help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Must be very simple


From: Paul D. Smith
Subject: RE: Must be very simple
Date: Mon, 20 Mar 2006 11:38:41 -0500

%% "PATTON, BILLY \(SBCSI\)" <address@hidden> writes:

  pb> .NONPARALLEL : inc_makefile

Another note: this doesn't do anything.  Maybe you mean ".NOTPARALLEL"?

But note that this disables parallel-ism for the entire makefile, not
just a specific set of targets (any prerequisites to the .NOTPARALLEL
target are ignored).

See the GNU make manual.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]