svn commit: r355714 - head

Ed Maste emaste at FreeBSD.org
Fri Dec 13 14:48:45 UTC 2019


Author: emaste
Date: Fri Dec 13 14:48:44 2019
New Revision: 355714
URL: https://svnweb.freebsd.org/changeset/base/355714

Log:
  revert r355609

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Dec 13 12:36:16 2019	(r355713)
+++ head/Makefile.inc1	Fri Dec 13 14:48:44 2019	(r355714)
@@ -458,7 +458,8 @@ SUBDIR+=etc
 .endif	# !empty(SUBDIR_OVERRIDE)
 
 .if defined(NOCLEAN)
-.error NOCLEAN option is deprecated. Use NO_CLEAN instead.
+.warning NOCLEAN option is deprecated. Use NO_CLEAN instead.
+NO_CLEAN=	${NOCLEAN}
 .endif
 .if defined(NO_CLEANDIR)
 CLEANDIR=	clean cleandepend


More information about the svn-src-head mailing list