help-make
[Top][All Lists]
Advanced

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

how to undefine targets?


From: Christopher Bottaro
Subject: how to undefine targets?
Date: Wed, 18 Feb 2004 09:52:29 -0600

hello,
i have a bunch of targets defined in a file thats "included" in a lot of my projects. some projects need to use just a few targets from the included file, but then override some of the other targets. is this possible? as of now, i do something like this:

include /path/to/my/file

# override the install target
install: blah
        blah blah

but its inconsistent. sometimes it gets overwritten, sometimes it doesn't. is there a "right" way to do this?

thanks.





reply via email to

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