patchGNUstep - Patches: patch #4414, make: support parallel make in...

Group
 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4414: make: support parallel make in frameworks

Submitter:  Jeremy Bettis <jeremybettis>
Submitted:  Tue 13 Sep 2005 06:17:21 PM UTC
   
 
Category:  Foundation Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Thu 09 Mar 2006 07:13:47 PM UTC, comment #1: 

I guess you applied this...

Adam Fedor <fedor>
Group administrator
Tue 13 Sep 2005 06:17:21 PM UTC, original submission:  

If you use make -j then make will try to build 'build-headers' and 'all' in subprojects at the same time.  This little patch fixes that.

Index: Master/framework.make
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/make/Master/framework.make,v
retrieving revision 1.4
diff -u -r1.4 framework.make
--- Master/framework.make 22 May 2005 03:20:14 -0000 1.4
+++ Master/framework.make 13 Sep 2005 18:07:29 -0000
@@ -31,6 +31,7 @@
 before-all:: $(FRAMEWORK_NAME:=.build-headers.framework.variables)
 
 internal-all:: $(FRAMEWORK_NAME:=.all.framework.variables)
+$(FRAMEWORK_NAME:=.all.framework.variables): $(FRAMEWORK_NAME:=.build-headers.framework.variables)
 
 internal-install:: $(FRAMEWORK_NAME:=.install.framework.variables)

Jeremy Bettis <jeremybettis>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2006-03-09 fedor Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code