[csw-devel] SF.net SVN: gar:[13513] csw/mgar/pkg/cswclassutils/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Mar 1 22:01:47 CET 2011
Revision: 13513
http://gar.svn.sourceforge.net/gar/?rev=13513&view=rev
Author: bdwalton
Date: 2011-03-01 21:01:47 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
cswclassutils/trunk: no longer generate overrides for the surplus deps in cswclassutils
Modified Paths:
--------------
csw/mgar/pkg/cswclassutils/trunk/Makefile
Modified: csw/mgar/pkg/cswclassutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswclassutils/trunk/Makefile 2011-03-01 20:38:52 UTC (rev 13512)
+++ csw/mgar/pkg/cswclassutils/trunk/Makefile 2011-03-01 21:01:47 UTC (rev 13513)
@@ -43,9 +43,11 @@
$(call set,$(call var_name,CATALOGNAME,$(1)),$(call catname_val,$(1)))
endef
-define surplus_dep
-$(eval CHECKPKG_OVERRIDES_CSWcswclassutils += surplus-dependency|$(call csw_pkgname,$(1)))
-endef
+# checkpkg understands this relationship now, so no need to override it
+# any more. keep it here in case it ever becomes useful for something else
+# define surplus_dep
+# $(eval CHECKPKG_OVERRIDES_CSWcswclassutils += surplus-dependency|$(call csw_pkgname,$(1)))
+# endef
# end of handy functions
@@ -94,7 +96,7 @@
$(foreach C,$(CSWCLASSES),$(call catname,$(C)))
# tell checkpkg to ignore the surplus dep on the subpkgs
-$(foreach C,$(CSWCLASSES),$(call surplus_dep,$(C)))
+#$(foreach C,$(CSWCLASSES),$(call surplus_dep,$(C)))
# Add non-auto changes to checkpkg overrides, pkg files, etc.
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