On Saturday 21 January 2006 07:52, Partha Roy wrote: > Hello GNU Make Help, > > Is there any option with GNU Make to use "Force Rebuild All" files > feature without first running CLEAN target to delete all the output > files?
The -B or --always-make command line option will accomplish that. Refer to chapter 9 of the GNU make manual. Of course another question might be, do you really want to rebuild everything without running clean to ensure only new bits exist??? > > Thank you. > Regards > Partha _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
