Hi Sebastian, Am 10.05.2017 um 15:46 schrieb Sébastien Hinderer <sebastien.hinde...@inria.fr>: > One of the things I do not really know how to deal with is that the main > Makefile sometimes does things like > ratget1: > $(MAKE) -C dir FOO=bar > > ... > > target2: > $(MAKE) -C dir FOO=baz
Does this solve your issue? ratget1: FOO=bar ratget1: dirrule target2: FOO=baz target2: dirrule dirrule: (stuff from Makefile in dir) Best regards — Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
signature.asc
Description: Message signed with OpenPGP
_______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make