Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2018 17:00:49 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r333740 - stable/11/stand/arm64
Message-ID:  <201805171700.w4HH0nm3042554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805171700.w4HH0nm3042554>