diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-24 15:29:24 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-24 15:29:24 +0400 |
commit | 73d7cc0cc80b0c58bfebd2c8c036a9a892dac138 (patch) | |
tree | 01787d1324a5027519b9ae208faed4f081806719 /rules/64.mk | |
parent | 6459b3433b34763e4ac0a3a1ef101648c19adfe1 (diff) | |
download | cibs-73d7cc0cc80b0c58bfebd2c8c036a9a892dac138.tar.gz |
$(build32) and $(build64) filters in manifests
Diffstat (limited to 'rules/64.mk')
-rw-r--r-- | rules/64.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/64.mk b/rules/64.mk index 81c7390..29b63b7 100644 --- a/rules/64.mk +++ b/rules/64.mk @@ -31,6 +31,11 @@ protodirs += $(destdir.64) %-64-stamp: bits = 64 +# build64 = \#, not it is emtpy and lines like +# $(build64) file path=... +# in manifests are included +build64 := + __64_mk := included endif |