[csw-devel] SF.net SVN: gar:[6680] csw/mgar/gar/v2-pbuild/gar.pkg.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Oct 3 10:52:20 CEST 2009


Revision: 6680
          http://gar.svn.sourceforge.net/gar/?rev=6680&view=rev
Author:   dmichelsen
Date:     2009-10-03 08:52:20 +0000 (Sat, 03 Oct 2009)

Log Message:
-----------
mGAR v2-pbuild: Activate checkpkg to check interdependencies

Modified Paths:
--------------
    csw/mgar/gar/v2-pbuild/gar.pkg.mk

Modified: csw/mgar/gar/v2-pbuild/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2-pbuild/gar.pkg.mk	2009-10-03 08:47:27 UTC (rev 6679)
+++ csw/mgar/gar/v2-pbuild/gar.pkg.mk	2009-10-03 08:52:20 UTC (rev 6680)
@@ -607,7 +607,7 @@
 
 pkgcheck-%:
 	@echo " ==> Checking compliance: $*"
-	@( LC_ALL=C checkpkg $(SPKG_EXPORT)/`$(call _PKG_ENV,$1) mkpackage -qs $(WORKDIR)/$*.gspec -D pkgfile`.gz ) || exit 2
+	@( LC_ALL=C $(GARBIN)/checkpkg $(SPKG_EXPORT)/`$(call _PKG_ENV,$1) mkpackage -qs $(WORKDIR)/$*.gspec -D pkgfile`.gz ) || exit 2
 
 pkgcheck-p:
 	@$(foreach COOKIEFILE,$(PKGCHECK_TARGETS), test -e $(COOKIEDIR)/$(COOKIEFILE) ;)


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