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

Reply via email to