From a3dc544bfe477e789002017345b81e493484784f Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 6 Apr 2003 21:46:44 +0000 Subject: -legacy and /.../legacy/... looks better than build or bootstrap in the logs, so use that instead. Submitted by: obrien. --- tools/build/Makefile | 2 +- tools/build/Makefile.boot | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/build') diff --git a/tools/build/Makefile b/tools/build/Makefile index adde04a..2dc1a27 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../include -LIB= build +LIB= egacy SRCS= INCSGROUPS= INCS INCS= diff --git a/tools/build/Makefile.boot b/tools/build/Makefile.boot index 74c51196..4ad522e 100644 --- a/tools/build/Makefile.boot +++ b/tools/build/Makefile.boot @@ -9,10 +9,10 @@ CFLAGS+= -D__FBSDID=__RCSID .endif -CFLAGS+= -I${WORLDTMP}/build/usr/include -DPADD= ${WORLDTMP}/build/usr/lib/libbuild.a -LDADD= -lbuild -LDFLAGS= -L${WORLDTMP}/build/usr/lib +CFLAGS+= -I${WORLDTMP}/legacy/usr/include +DPADD= ${WORLDTMP}/legacy/usr/lib/libegacy.a +LDADD= -legacy +LDFLAGS= -L${WORLDTMP}/legacy/usr/lib OLD_MAKE_CONF?= /etc/make.conf .if exists(${OLD_MAKE_CONF}) -- cgit v1.1