SF.net SVN: gar:[23585] csw/mgar/pkg/gnustep-base/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri May 9 23:08:50 CEST 2014


Revision: 23585
          http://sourceforge.net/p/gar/code/23585
Author:   dmichelsen
Date:     2014-05-09 21:08:50 +0000 (Fri, 09 May 2014)
Log Message:
-----------
gnustep-base/trunk: Invoke make in the working directory

Modified Paths:
--------------
    csw/mgar/pkg/gnustep-base/trunk/Makefile

Modified: csw/mgar/pkg/gnustep-base/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnustep-base/trunk/Makefile	2014-05-09 20:22:40 UTC (rev 23584)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile	2014-05-09 21:08:50 UTC (rev 23585)
@@ -37,9 +37,9 @@
 	@$(MAKECOOKIE)
 
 build-sourcegs:
-	. /opt/csw/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR)
+	. /opt/csw/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE)
 	@$(MAKECOOKIE)
 
 install-sourcegs:
-	. /opt/csw/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -C $(OBJDIR) install
+	. /opt/csw/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) install
 	@$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list