From 027ce37825afe3ac81d7ac039eb539a67d50ec2b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 1 Oct 2012 13:43:37 +0400 Subject: IPS manifests generators: ./XXX.p5m.x > ./XXX.p5m --- rules/ips.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rules') diff --git a/rules/ips.mk b/rules/ips.mk index 8d7184e..f59ddd0 100644 --- a/rules/ips.mk +++ b/rules/ips.mk @@ -72,6 +72,12 @@ $(transdir)/arch \ # Supplied canonical manifests: manifests := $(wildcard *.p5m) +# Manifest generators: +manifests-x := $(wildcard *.p5m.x) +manifests += $(manifests-x:%.x=%) +%.p5m: %.p5m.x + ./$< > $@ + #TODO: Expand "glob" action in manifests: globalizator := /usr/share/cibs/scripts/globalizator glob-manifests := $(manifests:%=$(manifestdir)/glob-%) -- cgit v1.2.3