svn commit: r244366 - head/share/mk

Ed Maste emaste at FreeBSD.org
Mon Dec 17 21:09:45 UTC 2012


Author: emaste
Date: Mon Dec 17 21:09:44 2012
New Revision: 244366
URL: http://svnweb.freebsd.org/changeset/base/244366

Log:
  Hide OBJCOPY and others in POSIX mode
  
  Submitted by: Garrett Cooper

Modified:
  head/share/mk/sys.mk

Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk	Mon Dec 17 20:55:33 2012	(r244365)
+++ head/share/mk/sys.mk	Mon Dec 17 21:09:44 2012	(r244366)
@@ -129,7 +129,6 @@ MAKE		?=	make
 
 .if !defined(%POSIX)
 NM		?=	nm
-.endif
 
 OBJC		?=	cc
 OBJCFLAGS	?=	${OBJCINCLUDES} ${CFLAGS} -Wno-import
@@ -141,6 +140,7 @@ PFLAGS		?=
 
 RC		?=	f77
 RFLAGS		?=
+.endif
 
 SHELL		?=	sh
 


More information about the svn-src-head mailing list