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 --- rules/common.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'rules/common.mk') diff --git a/rules/common.mk b/rules/common.mk index e9861e9..820b8f0 100644 --- a/rules/common.mk +++ b/rules/common.mk @@ -24,8 +24,13 @@ # include guard: ifeq (,$(__common_mk)) +skip := \# + +build32 := $(skip) +build64 := $(skip) + # Default: -bits := 32 +bits := 64 # Prepended to commands which require root privileges # May be overriden in /etc/cibs/cibs.conf to, for example, pfexec -- cgit v1.2.3