svn commit: r367808 - vendor/NetBSD/bmake
Simon J. Gerraty
sjg at FreeBSD.org
Wed Nov 18 17:50:37 UTC 2020
Author: sjg
Date: Wed Nov 18 17:50:33 2020
New Revision: 367808
URL: https://svnweb.freebsd.org/changeset/base/367808
Log:
Retain missing/sys/cdefs.h to support build on non-FreeBSD
Modified:
vendor/NetBSD/bmake/import.sh
Modified: vendor/NetBSD/bmake/import.sh
==============================================================================
--- vendor/NetBSD/bmake/import.sh Wed Nov 18 17:37:01 2020 (r367807)
+++ vendor/NetBSD/bmake/import.sh Wed Nov 18 17:50:33 2020 (r367808)
@@ -65,7 +65,7 @@ tar zxf $TARBALL
# steps unique to bmake
VERSION=`grep '^_MAKE_VERSION' bmake/VERSION | sed 's,.*=[[:space:]]*,,'`
-rm -rf bmake/missing
+#rm -rf bmake/missing
# the rest should be common
('cd' dist && $SVN list -R) | grep -v '/$' | sort > $TF.old
More information about the svn-src-vendor
mailing list