Supposed I have some makefile is included in my Makefile.

include something.makefile

There is a directory called 'some_dir' in the current directory.

I want to 'make -C some_dir' after all the rules in something.Makefile
has been executed. Is there a way to added this information in the
Makefile?


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to