aboutsummaryrefslogtreecommitdiff
path: root/rules/64.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-26 13:35:26 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-26 13:35:26 +0400
commit29cbb3fd6e46de4f46a45f1eca80f6de279324d5 (patch)
tree68aefaabdd41af0c5ab60cfdbf2ca86bb3158584 /rules/64.mk
parent32c4576478363eb0b47ccc2a77333d149879e1a6 (diff)
downloadcibs-29cbb3fd6e46de4f46a45f1eca80f6de279324d5.tar.gz
Define variants (32/64/noarch/etc) on the fly
Diffstat (limited to 'rules/64.mk')
-rw-r--r--rules/64.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/64.mk b/rules/64.mk
index 29b63b7..ca13218 100644
--- a/rules/64.mk
+++ b/rules/64.mk
@@ -23,6 +23,10 @@
ifeq (,$(__64_mk))
+include /usr/share/cibs/rules/common.mk
+
+$(eval $(call add-variant,64))
+
build-stamp : build-64-stamp
configure-stamp : configure-64-stamp
install-stamp : install-64-stamp
@@ -35,7 +39,7 @@ protodirs += $(destdir.64)
# $(build64) file path=...
# in manifests are included
build64 :=
-
+:
__64_mk := included
endif