From 5ffb62f75b2c13c352cf78b0d23c72f37848a31e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 19 Nov 2007 14:01:28 +0000 Subject: [PATCH] A few comments about PREFIX --- default.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/default.mk b/default.mk index 07335af5..869e051c 100644 --- a/default.mk +++ b/default.mk @@ -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 \