diff options
author | Roy Marples <roy@marples.name> | 2007-11-19 14:01:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-19 14:01:28 +0000 |
commit | 5ffb62f75b2c13c352cf78b0d23c72f37848a31e (patch) | |
tree | b5ad58c722bc44f7ada96194b69f22a1e6d8aa4a /default.mk | |
parent | 5f8cf73b22b259658d92397f3e6478ef80ed5691 (diff) |
A few comments about PREFIX
Diffstat (limited to 'default.mk')
-rw-r--r-- | default.mk | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,7 @@ # Common makefile settings -# Copyright 2006-2007 Gentoo Foundation +# We shouldn't use PREFIX as we need to install into / DESTDIR = / -ROOT = / LIB = lib 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)$(shell $(_OS_SH)) -# # Recursive rules # Adapted from FreeBSDs bsd.subdir.mk -# ECHODIR ?= true _SUBDIR = \ @for x in $(SUBDIR); do \ |