On Fri, Jul 31, 2009 at 06:15:10PM +0000, James Lee wrote: > > Go further, just have a single entry point per project (not package) per > version that can be run with exec. i.e., don't use make as the first > step. You can call make from a script if you want, I suppose so too > could one call a script from make but it's not as pure and simplistic.
in other words, debian style, have a "build" executable.... even though 99% of the time, the debian "executable" is a script that starts with #!/bin/make :-) [ie: a makefile!] _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
