diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-14 02:35:37 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-14 02:35:37 +0400 |
commit | af82f0d3ddce19c3fa3fc0c40972dbbabbfe9299 (patch) | |
tree | c53cd2086e97177b7290fe5aa06f27b92f9d6f67 /rules | |
parent | 5c5be9c76ef1628329a6689f1e20927e96e631a8 (diff) | |
download | cibs-af82f0d3ddce19c3fa3fc0c40972dbbabbfe9299.tar.gz |
Filter out generated manifests
Diffstat (limited to 'rules')
-rw-r--r-- | rules/ips-manifest.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/ips-manifest.mk b/rules/ips-manifest.mk index 618e217..66463af 100644 --- a/rules/ips-manifest.mk +++ b/rules/ips-manifest.mk @@ -69,8 +69,6 @@ $(transdir)/arch \ -# Supplied canonical manifests: -manifests := $(wildcard *.p5m) # Manifest generators: manifests-x := $(wildcard *.p5m.x) @@ -88,6 +86,8 @@ manifests-generated += $(manifests-m4:%.m4=%) manifests += $(manifests-generated) generated-files += $(manifests-generated) +# Supplied canonical manifests: +manifests := $(filter-out $(generated-manifests),$(wildcard *.p5m)) #TODO: Expand "glob" action in manifests: globalizator := /usr/share/cibs/scripts/globalizator |