svn commit: r333740 - stable/11/stand/arm64

Glen Barber gjb at FreeBSD.org
Thu May 17 17:00:50 UTC 2018


Author: gjb
Date: Thu May 17 17:00:49 2018
New Revision: 333740
URL: https://svnweb.freebsd.org/changeset/base/333740

Log:
  MFC r333079 (imp):
   No need to make objects here.
  
   This fixes polluting the src checkout when building arm64/aarch64.
  
  Approved by:	re (marius)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/stand/arm64/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/stand/arm64/Makefile
==============================================================================
--- stable/11/stand/arm64/Makefile	Thu May 17 17:00:07 2018	(r333739)
+++ stable/11/stand/arm64/Makefile	Thu May 17 17:00:49 2018	(r333740)
@@ -1,3 +1,5 @@
 # $FreeBSD$
 
+NO_OBJ=t
+
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list