From 73d7cc0cc80b0c58bfebd2c8c036a9a892dac138 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 24 Oct 2012 15:29:24 +0400 Subject: $(build32) and $(build64) filters in manifests --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c03decd..88f7d1c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,15 @@ are in "work/manifests" directory. * `ips-repo` - IPS repository to publish, e. g. `make publish ips-repo=http://example.com:1234` Any variable defined in Makefile will be passed to `pkgmogrify` and -can be used in IPS manifests (*.p5m). +can be used in IPS manifests (*.p5m). These variables passed additionally: +`build32` = `#` or empty, and `build64` = `#` or empty. These variables can +be used to cut off some line in package manifest (by commenting out). +By default these vars are `#` (pound). +If module `32.mk` is included, `build32` becomes '' (empty), so lines like: + + $(build32) file path=usr/lib/libfoo.so.1 + +become uncommented. Same for modules `64.mk`. ## git.mk -- cgit v1.2.3