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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Oct 3 09:48:15 CEST 2011


Revision: 15837
          http://gar.svn.sourceforge.net/gar/?rev=15837&view=rev
Author:   wahwah
Date:     2011-10-03 07:48:15 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
pkg/schily/trunk: build progressed, but still failed

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

Modified: csw/mgar/pkg/schily/trunk/Makefile
===================================================================
--- csw/mgar/pkg/schily/trunk/Makefile	2011-10-03 07:21:57 UTC (rev 15836)
+++ csw/mgar/pkg/schily/trunk/Makefile	2011-10-03 07:48:15 UTC (rev 15837)
@@ -24,12 +24,14 @@
 # EXTRA_COMMON_EXPORTS += LINKMODE
 BUILD_ARGS = INS_BASE=$(INS_BASE) INS_RBASE=$(INS_RBASE)
 
+PATH = /opt/csw/bin:/usr/ccs/bin:/usr/bin
+
 include gar/category.mk
 
 build-custom:
-	(cd $(WORKSRC) && smake $(BUILD_ARGS))
+	(cd $(WORKSRC) && /usr/bin/env -i PATH=$(PATH) /opt/csw/bin/smake $(BUILD_ARGS))
 	@$(MAKECOOKIE)
 
 install-custom:
-	(cd $(WORKSRC) && smake $(BUILD_ARGS) install)
+	(cd $(WORKSRC) && /usr/bin/env -i PATH=$(PATH) /opt/csw/bin/smake $(BUILD_ARGS) 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