Thursday, December 10, 2009

Makefile notes

On changing directory in Makefile:-
Each command in a makefile is executed in its own shell. To execute three subcommands in the same shell, write them all as a single command. For instance, if your shell uses ';' as a subcommand separator, you might write

http://www.mail-archive.com/help-make@gnu.org/msg07671.html

No comments: