SF.net SVN: gar:[25870] csw/mgar/gar/v2/gar.pkg.mk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Wed Aug 3 17:09:14 CEST 2016
Revision: 25870
http://sourceforge.net/p/gar/code/25870
Author: cgrzemba
Date: 2016-08-03 15:09:13 +0000 (Wed, 03 Aug 2016)
Log Message:
-----------
workaround devel file palacement
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2016-08-03 14:42:43 UTC (rev 25869)
+++ csw/mgar/gar/v2/gar.pkg.mk 2016-08-03 15:09:13 UTC (rev 25870)
@@ -24,6 +24,12 @@
# on publish cleanup preexisting package in repo
IPS_RM_SAME_VERS ?= 1
+PKGFORMAT-5.8 ?= svr4
+PKGFORMAT-5.9 ?= svr4
+PKGFORMAT-5.10 ?= svr4
+PKGFORMAT-5.11 ?= ips
+PKGFORMAT = $(PKGFORMAT-$(GAROSREL))
+
ifeq ($(DEBUG_PACKAGING),)
_DBG=@
DEBUG_FLAG =
@@ -115,7 +121,7 @@
$(if $(_PKG_SPECS),,$(error No packages for building defined))
# dev and doc represented as facet in IPS
-NOPACKAGE_IPS = %-dev %-doc
+NOPACKAGE_IPS = $(if $(filter ips,$(PKGFORMAT)),%-dev %-doc)
_PKG_SPECS_IPS = $(filter-out $(NOPACKAGE) $(NOPACKAGE_IPS),$(or $(PACKAGES_IPS),$(patsubst CSW%,%,$(SPKG_SPECS)),$(NAME)))
# The is the name of the package containing the sourcefiles for all packages generated from this GAR recipe.
@@ -341,12 +347,6 @@
_CSWCLASSES += cswtexhash
_CSWCLASSES += cswdictconf
-PKGFORMAT-5.8 ?= svr4
-PKGFORMAT-5.9 ?= svr4
-PKGFORMAT-5.10 ?= svr4
-PKGFORMAT-5.11 ?= ips
-PKGFORMAT = $(PKGFORMAT-$(GAROSREL))
-
# Make sure the configuration files always have a .CSW suffix and rename the
# configuration files to this if necessary during merge.
ifneq ($(PKGFORMAT),ips)
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