bin/156729: make(1) do not respect.ORDER not in non-parallel mode

Arnaud Lacombe lacombar at gmail.com
Sat Apr 30 02:10:13 UTC 2011


The following reply was made to PR bin/156729; it has been noted by GNATS.

From: Arnaud Lacombe <lacombar at gmail.com>
To: bug-followup at freebsd.org, lacombar at gmail.com
Cc:  
Subject: Re: bin/156729: make(1) do not respect.ORDER not in non-parallel mode
Date: Fri, 29 Apr 2011 22:05:23 -0400

 Disabling compat-mode fixes the issue, as applying the following patch:
 
 diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
 index daeada4..b6074e6 100644
 --- a/usr.bin/make/main.c
 +++ b/usr.bin/make/main.c
 @@ -1081,12 +1081,6 @@ main(int argc, char **argv)
 
         if (getenv("MAKE_JOBS_FIFO") != NULL)
                 forceJobs = TRUE;
 -       /*
 -        * Be compatible if user did not specify -j and did not explicitly
 -        * turned compatibility on
 -        */
 -       if (!compatMake && !forceJobs)
 -               compatMake = TRUE;
 
         /*
          * Initialize target and suffix modules in preparation for
 
 leads to the expected behavior of .ORDER.
 
  - Arnaud
 
 On Fri, Apr 29, 2011 at 7:27 PM, Arnaud Lacombe <lacombar at gmail.com> wrote:
 > [If someone could edit the PR to remove the 'not' after .ORDER in the
 > title, that's a typo. Thanks]
 >


More information about the freebsd-bugs mailing list