summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-06 21:46:44 +0000
committerimp <imp@FreeBSD.org>2003-04-06 21:46:44 +0000
commita3dc544bfe477e789002017345b81e493484784f (patch)
tree6134d5a9092b743af5a94a687a2730463db71e70 /tools/build
parent2dcfa9709bf0c612bb1f6fb0ec0d2b3f81d626b9 (diff)
downloadFreeBSD-src-a3dc544bfe477e789002017345b81e493484784f.zip
FreeBSD-src-a3dc544bfe477e789002017345b81e493484784f.tar.gz
-legacy and /.../legacy/... looks better than build or bootstrap in
the logs, so use that instead. Submitted by: obrien.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile2
-rw-r--r--tools/build/Makefile.boot8
2 files changed, 5 insertions, 5 deletions
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})
OpenPOWER on IntegriCloud