[csw-devel] SF.net SVN: gar:[19939] csw/mgar/pkg/perl/trunk/Makefile

claudio_sf at users.sourceforge.net claudio_sf at users.sourceforge.net
Fri Dec 21 23:34:17 CET 2012


Revision: 19939
          http://gar.svn.sourceforge.net/gar/?rev=19939&view=rev
Author:   claudio_sf
Date:     2012-12-21 22:34:17 +0000 (Fri, 21 Dec 2012)
Log Message:
-----------
/home/claudio/opencsw/perl/trunk: dmake -> gmake

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

Modified: csw/mgar/pkg/perl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/perl/trunk/Makefile	2012-12-21 22:30:51 UTC (rev 19938)
+++ csw/mgar/pkg/perl/trunk/Makefile	2012-12-21 22:34:17 UTC (rev 19939)
@@ -64,9 +64,9 @@
 
 # GCC build (Sunstudio is problematic) # claudio
 GARCOMPILER = GCC4
-PARALLELMFLAGS_unstable10s = "-l -j $(SPARC_PARALLEL)"
-PARALLELMFLAGS_unstable10x = "-l -j $(INTEL_PARALLEL)"
-PARALLELMFLAGS = $(PARALLELMFLAGS_$(shell hostname))
+MAKE_OPT_unstable10s = "-l -j $(SPARC_PARALLEL)"
+MAKE_OPT_unstable10x = "-l -j $(INTEL_PARALLEL)"
+MAKE_OPT = $(MAKE_OPT_$(shell hostname))
 
 # a .git directory will cause failing upstream author tests (the source will be considered blead)
 NOGITPATCH = 1
@@ -221,7 +221,7 @@
 build-perl: BUILD_EXPORTS = LD_OPTIONS
 build-perl:
 	@echo " ==> Running make in $*"
-	cd $(WORKSRC) && $(BUILD_ENV) gmake $(PARALLELMFLAGS)
+	cd $(WORKSRC) && $(BUILD_ENV) gmake $(MAKE_OPT)
 	@$(MAKECOOKIE)
 
 test-perl:

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