diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-18 10:59:27 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-18 10:59:27 +0400 |
commit | 812ceb9622f0a0a4a5d3ea53b8f2bce82965c87c (patch) | |
tree | 1c9f122c86843ea843f150e9d8947d777cf5b8da | |
parent | 43b1f1e25b117fff7351b907725c41feb144be57 (diff) | |
download | cibs-812ceb9622f0a0a4a5d3ea53b8f2bce82965c87c.tar.gz |
Generate manifests after install
-rw-r--r-- | rules/ips-manifest.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/ips-manifest.mk b/rules/ips-manifest.mk index f9e382b..b50516a 100644 --- a/rules/ips-manifest.mk +++ b/rules/ips-manifest.mk @@ -96,6 +96,10 @@ endif # Supplied canonical manifests: manifests := $(filter-out $(generated-manifests),$(wildcard *.p5m)) +manifests += $(manifests-generated) + +$(manifests-generated): install-stamp + #TODO: Expand "glob" action in manifests: globalizator := $(cibs-root)/scripts/globalizator glob-manifests := $(manifests:%=$(manifestdir)/glob-%) |