[csw-devel] SF.net SVN: gar:[8939] csw/mgar/gar/v2/gar.pkg.mk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Mar 2 13:44:14 CET 2010
Revision: 8939
http://gar.svn.sourceforge.net/gar/?rev=8939&view=rev
Author: skayser
Date: 2010-03-02 12:44:13 +0000 (Tue, 02 Mar 2010)
Log Message:
-----------
gar/v2: allow ENABLE_CHECK=0 as well as the currently allowed ENABLE_CHECK=
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2010-03-02 10:54:18 UTC (rev 8938)
+++ csw/mgar/gar/v2/gar.pkg.mk 2010-03-02 12:44:13 UTC (rev 8939)
@@ -762,7 +762,7 @@
if test -f "$$F" -a \! -h "$$F"; then echo $$F; fi; \
done)),)
_buildpackage: _EXTRA_GAR_PKGS += $(if $(ISAEXEC_FILES),CSWisaexec)
-_buildpackage: pre-package $(PACKAGE_TARGETS) post-package $(if $(ENABLE_CHECK),pkgcheck)
+_buildpackage: pre-package $(PACKAGE_TARGETS) post-package $(if $(filter-out 0,$(ENABLE_CHECK)),pkgcheck)
_package: validateplatform extract-global merge $(SPKG_DESTDIRS) _buildpackage
@$(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