help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I call one target from another


From: Anthony Di Paola
Subject: How can I call one target from another
Date: Wed, 13 Feb 2002 11:59:43 -0500

Is there any cleaner way to do the following.   I was hoping I could do the samething without explicitly calling make from the command line.
 
target_1:
    <do something>
    $(MAKE) target_2:
    <do something else>
 
target_2:
    <do whatever>
 
 
Any help would be appreciated
 
Thanks
 
Anthony Di Paola

reply via email to

[Prev in Thread] Current Thread [Next in Thread]