Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2011 02:10:13 GMT
From:      Arnaud Lacombe <lacombar@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/156729: make(1) do not respect.ORDER not in non-parallel mode
Message-ID:  <201104300210.p3U2ADsZ055318@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/156729; it has been noted by GNATS.

From: Arnaud Lacombe <lacombar@gmail.com>
To: bug-followup@freebsd.org, lacombar@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@gmail.com> wrote:
 > [If someone could edit the PR to remove the 'not' after .ORDER in the
 > title, that's a typo. Thanks]
 >



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104300210.p3U2ADsZ055318>