SF.net SVN: gar:[26476] csw/mgar/pkg/gs_WebServices/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Tue Oct 16 18:27:12 CEST 2018
Revision: 26476
http://sourceforge.net/p/gar/code/26476
Author: rmottola
Date: 2018-10-16 16:27:02 +0000 (Tue, 16 Oct 2018)
Log Message:
-----------
gs_WebServices/trunk: fix running configure script
Modified Paths:
--------------
csw/mgar/pkg/gs_WebServices/trunk/Makefile
Modified: csw/mgar/pkg/gs_WebServices/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-09 19:44:04 UTC (rev 26475)
+++ csw/mgar/pkg/gs_WebServices/trunk/Makefile 2018-10-16 16:27:02 UTC (rev 26476)
@@ -44,7 +44,6 @@
# now special targets for build and install so that we can source
# GNUstep.sh before
-# configure is skipped
CONFIGURE_SCRIPTS = sourcegs
BUILD_SCRIPTS = sourcegs
INSTALL_SCRIPTS = sourcegs
@@ -62,16 +61,14 @@
configure-sourcegs:
- . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(CONFIGURE_ENV) && cd $(WORKSRC) && ./configure $(CONFIGURE_ARGS) CPPFLAGS="$(CPPFLAGS)"
+ $(CONFIGURE_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && ./configure $(CONFIGURE_ARGS)
@$(MAKECOOKIE)
build-sourcegs:
- . $(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)
+ $(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) messages=yes
@$(MAKECOOKIE)
install-sourcegs:
- $(INSTALL_ENV) &&. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR)
+ $(INSTALL_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR)
@$(MAKECOOKIE)
-test-none :
- @$(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