[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Option of GNU Make for Rebuilding all files
From: |
Eric West |
Subject: |
Re: Option of GNU Make for Rebuilding all files |
Date: |
Mon, 23 Jan 2006 20:01:36 -0500 |
User-agent: |
KMail/1.9.1 |
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