From 9e88d73aaaba93d716ecd49767dfcdf3ffdbff30 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 31 Aug 2012 09:22:12 -0500 Subject: add MKPREFIX flag to build system This allows building OpenRC for a Gentoo Prefix installation. --- mk/os-prefix.mk | 6 ++++++ mk/os.mk | 1 + 2 files changed, 7 insertions(+) create mode 100644 mk/os-prefix.mk (limited to 'mk') diff --git a/mk/os-prefix.mk b/mk/os-prefix.mk new file mode 100644 index 00000000..94fda963 --- /dev/null +++ b/mk/os-prefix.mk @@ -0,0 +1,6 @@ +# Copyright (c) 2012 William Hubbs +# Released under the 2-clause BSD license. + +ifeq (${MKPREFIX},yes} +CPPFLAGS+= -DPREFIX +endif diff --git a/mk/os.mk b/mk/os.mk index c306f05f..3e189625 100644 --- a/mk/os.mk +++ b/mk/os.mk @@ -7,5 +7,6 @@ _OS_SH= uname -s _OS:= $(shell ${_OS_SH}) OS?= ${_OS} include ${MK}/os-${OS}.mk +include ${MK}/os-prefix.mk RC_LIB= /$(LIBNAME)/rc -- cgit v1.2.3