SF.net SVN: gar:[26199] csw/mgar/pkg/gs_projectcenter/trunk/Makefile

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Thu May 11 00:25:06 CEST 2017


Revision: 26199
          http://sourceforge.net/p/gar/code/26199
Author:   rmottola
Date:     2017-05-10 22:25:06 +0000 (Wed, 10 May 2017)
Log Message:
-----------
clean build lines and remove redundant stuff

Modified Paths:
--------------
    csw/mgar/pkg/gs_projectcenter/trunk/Makefile

Modified: csw/mgar/pkg/gs_projectcenter/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_projectcenter/trunk/Makefile	2017-05-10 12:47:20 UTC (rev 26198)
+++ csw/mgar/pkg/gs_projectcenter/trunk/Makefile	2017-05-10 22:25:06 UTC (rev 26199)
@@ -29,7 +29,7 @@
 PATCHFILES += 0001-solaris-fix.patch
 
 #overrides
-CHECKPKG_OVERRIDES_CSWgnustep-base += surplus-dependency|CSWgnustep-make
+CHECKPKG_OVERRIDES_CSWprojectcenter = surplus-dependency|CSWgnustep-make
 
 #we discard placements
 
@@ -49,8 +49,6 @@
 #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
 GARCOMPILER = GNU
 
-CONFIGURE_ARGS = $(DIRPATHS)
-
 # now special targets for build and install so that we can source
 # GNUstep.sh before
 # configure is skipped
@@ -65,7 +63,7 @@
 include gar/category.mk
 
 build-sourcegs:
-	$(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE)
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
 	@$(MAKECOOKIE)
 
 install-sourcegs:

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