This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: notes from gcc summit maintenance BOF


nathan@codesourcery.com (Nathan Sidwell)  wrote on 02.06.03 in <3EDB0F82.3080307@codesourcery.com>:

> Phil Edwards wrote:
> > On Sun, Jun 01, 2003 at 03:10:58PM -0400, DJ Delorie wrote:
> >
> >>>    WHAT TO DO WITH REQUIRED VERSION of make
> >>>      - specific one, GNU make 3.79.1
> >>
> >>This is a chicken and egg problem, if GNU make requires GCC to build.
> >
> >
> > It currently doesn't.  If it does in the future, well, that's what
> > precompiled binaries are for.  People bootstrapping from bare iron can
> > toggle it in from the front panel.
> Make needs two options,
>    --script   generate a script of the commands that are run
>    --outofdate assume everything is outof date
> IIRC I have misspelt existing options :)

Indeed:

`-B'
`--always-make'
     Consider all targets out-of-date.  GNU `make' proceeds to consider
     targets and their prerequisites using the normal algorithms;
     however, all these targets are remade, regardless of the status of
     their prerequisites.


`-n'
`--just-print'
`--dry-run'
`--recon'
     Print the commands that would be executed, but do not execute them.
     *Note Instead of Executing the Commands: Instead of Execution.

Though you might get into trouble with quoting.

MfG Kai


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]