A few comments about PREFIX
This commit is contained in:
parent
5f8cf73b22
commit
5ffb62f75b
@ -1,8 +1,7 @@
|
|||||||
# Common makefile settings
|
# Common makefile settings
|
||||||
# Copyright 2006-2007 Gentoo Foundation
|
# We shouldn't use PREFIX as we need to install into /
|
||||||
|
|
||||||
DESTDIR = /
|
DESTDIR = /
|
||||||
ROOT = /
|
|
||||||
LIB = lib
|
LIB = lib
|
||||||
RC_LIB = /$(LIB)/rc
|
RC_LIB = /$(LIB)/rc
|
||||||
|
|
||||||
@ -12,10 +11,8 @@ _OS_SH = u=`uname -s`; case "$${u}" in *BSD|DragonFly) echo "BSD";; *) echo "$${
|
|||||||
_OS != $(_OS_SH)
|
_OS != $(_OS_SH)
|
||||||
OS ?= $(_OS)$(shell $(_OS_SH))
|
OS ?= $(_OS)$(shell $(_OS_SH))
|
||||||
|
|
||||||
#
|
|
||||||
# Recursive rules
|
# Recursive rules
|
||||||
# Adapted from FreeBSDs bsd.subdir.mk
|
# Adapted from FreeBSDs bsd.subdir.mk
|
||||||
#
|
|
||||||
ECHODIR ?= true
|
ECHODIR ?= true
|
||||||
_SUBDIR = \
|
_SUBDIR = \
|
||||||
@for x in $(SUBDIR); do \
|
@for x in $(SUBDIR); do \
|
||||||
|
Loading…
Reference in New Issue
Block a user