Use the new (Hi rwatson!) NO_MAKEDEV when making our temproot.

Submitted by:	Doug Barton <Doug@gorean.org> (maintainer)
Approved by:	you-know-who.
This commit is contained in:
Bill Fumerola 2000-02-12 22:14:02 +00:00
parent 53492ec871
commit 638a3aacaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57173

View File

@ -238,7 +238,7 @@ case "${RERUN}" in
{ cd ${SOURCEDIR} &&
make DESTDIR=${TEMPROOT} distrib-dirs &&
make DESTDIR=${TEMPROOT} distribution;} ||
make DESTDIR=${TEMPROOT} -DNO_MAKEDEV distribution;} ||
{ echo '';
echo " *** FATAL ERROR: Cannot 'cd' to ${SOURCEDIR} and install files to the";
echo " temproot environment";