diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 16:20:54 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-26 16:20:54 +0400 |
commit | c2beeae7bc3ce0e434c8c086505648d1bca24bb5 (patch) | |
tree | f157d1e5de120585be189c4ac9c1111f773d5d45 /rules | |
parent | 070931e05c623cec18560c22f52c010838929406 (diff) | |
download | cibs-c2beeae7bc3ce0e434c8c086505648d1bca24bb5.tar.gz |
Typo
Diffstat (limited to 'rules')
-rw-r--r-- | rules/ips.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/ips.mk b/rules/ips.mk index 0cdf7ea..52bbca7 100644 --- a/rules/ips.mk +++ b/rules/ips.mk @@ -45,6 +45,12 @@ pkg-define += \ -Dbuild32="$(build32)" \ -Dbuild64="$(build64)" \ +# Add $(protodir.<variant>) to use in manifest: +# file $(protodir.64) path=usr/include/header.64.h +pkg-define += $(foreach _,$(variants),-Dprotodir.$(_)="$(protodir.$(_))") + +# Same for $(builddir.xxx): +pkg-define += $(foreach _,$(variants),-Dbuilddir.$(_)="$(builddir.$(_))") # Where to find files: pkg-protos = $(protodirs:%=-d "%") |