Subject: Re: IMPORTANT: Build System Changes
To: NetBSD-current Users <current-users@NetBSD.ORG>
From: Curt Sampson <cjs@portal.ca>
List: current-users
Date: 05/26/1997 09:35:12
Further to this, I failed to check in a patch to one file. You'll
want to apply the appended patch to src/share/mk/bsd.sys.mk in any
sups you make today.
cjs
Curt Sampson cjs@portal.ca Info at http://www.portal.ca/
Internet Portal Services, Inc. Through infinite myst, software reverberates
Vancouver, BC (604) 257-9400 In code possess'd of invisible folly.
Index: bsd.sys.mk
===================================================================
RCS file: /usr2/CVSRoot/netbsd/src/share/mk/bsd.sys.mk,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 bsd.sys.mk
--- bsd.sys.mk 1997/04/23 11:08:50 1.1.1.2
+++ bsd.sys.mk 1997/05/26 16:31:14
@@ -4,8 +4,8 @@
CFLAGS+= -Werror
-.if defined(DESTDIR)
-CFLAGS+= -nostdinc -idirafter ${DESTDIR}/usr/include
+.if defined(BUILDDIR)
+CFLAGS+= -nostdinc -idirafter ${BUILDDIR}/usr/include
.endif
# Helpers for cross-compiling