SF.net SVN: gar:[23617] csw/mgar/pkg/gnustep-base/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Thu May 15 00:23:00 CEST 2014
Revision: 23617
http://sourceforge.net/p/gar/code/23617
Author: rmottola
Date: 2014-05-14 22:22:53 +0000 (Wed, 14 May 2014)
Log Message:
-----------
use INSTALL_ENV
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-14 15:43:24 UTC (rev 23616)
+++ csw/mgar/pkg/gnustep-base/trunk/Makefile 2014-05-14 22:22:53 UTC (rev 23617)
@@ -30,21 +30,22 @@
# Disable test scripts for now
TEST_SCRIPTS = none
+SKIPTEST = 1
CONFIGURE_ARGS = $(DIRPATHS)
include gar/category.mk
configure-sourcegs:
- . /opt/csw/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
+ . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) ; $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
@$(MAKECOOKIE)
build-sourcegs:
- . /opt/csw/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE)
+ . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE)
@$(MAKECOOKIE)
install-sourcegs:
- . /opt/csw/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) install
+ . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install
@$(MAKECOOKIE)
test-none :
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