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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"