Revert part of previous commit and do NOT explicitly set BSDSRCDIR in the
makewrapper, as doing so can break various builds. (Setting NETBSDSRCDIR isn't strictly necessary either, but AFAICT, it shouldn't hurt)
This commit is contained in:
parent
f632d9218f
commit
e72c726f88
5
build.sh
5
build.sh
|
@ -1,5 +1,5 @@
|
|||
#! /usr/bin/env sh
|
||||
# $NetBSD: build.sh,v 1.116 2003/09/20 10:14:41 jmmv Exp $
|
||||
# $NetBSD: build.sh,v 1.117 2003/09/24 00:24:53 lukem Exp $
|
||||
#
|
||||
# Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -142,7 +142,6 @@ initdefaults()
|
|||
|
||||
# Set source directories
|
||||
#
|
||||
setmakeenv BSDSRCDIR "${TOP}"
|
||||
setmakeenv NETBSDSRCDIR "${TOP}"
|
||||
}
|
||||
|
||||
|
@ -807,7 +806,7 @@ createmakewrapper()
|
|||
eval cat <<EOF ${makewrapout}
|
||||
#! /bin/sh
|
||||
# Set proper variables to allow easy "make" building of a NetBSD subtree.
|
||||
# Generated from: \$NetBSD: build.sh,v 1.116 2003/09/20 10:14:41 jmmv Exp $
|
||||
# Generated from: \$NetBSD: build.sh,v 1.117 2003/09/24 00:24:53 lukem Exp $
|
||||
#
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue