[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
12. Portable Make Programming
Writing portable makefiles is an art. Since a makefile's commands are
executed by the shell, you must consider the shell portability issues
already mentioned. However, other issues are specific to make
itself.