Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 04:22:18 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284255 - in head: include/arpa include/gssapi include/protocols include/xlocale libexec/save-entropy share/dict share/dtrace/toolkit share/examples/pf share/misc share/sendmail share/s...
Message-ID:  <201506110422.t5B4MI7R093478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Thu Jun 11 04:22:17 2015
New Revision: 284255
URL: https://svnweb.freebsd.org/changeset/base/284255

Log:
  Remove NO_OBJ
  
  For meta mode we will want objdirs.
  
  Differential Revision:	D2748
  Reviewed by:	brooks imp

Modified:
  head/include/arpa/Makefile
  head/include/gssapi/Makefile
  head/include/protocols/Makefile
  head/include/xlocale/Makefile
  head/libexec/save-entropy/Makefile
  head/share/dict/Makefile
  head/share/dtrace/toolkit/Makefile
  head/share/examples/pf/Makefile
  head/share/misc/Makefile
  head/share/sendmail/Makefile
  head/share/skel/Makefile
  head/share/snmp/mibs/Makefile
  head/share/syscons/fonts/Makefile
  head/share/syscons/keymaps/Makefile
  head/usr.bin/alias/Makefile
  head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile
  head/usr.sbin/pc-sysinstall/backend-query/Makefile
  head/usr.sbin/pc-sysinstall/backend/Makefile
  head/usr.sbin/pc-sysinstall/conf/Makefile
  head/usr.sbin/pc-sysinstall/examples/Makefile

Modified: head/include/arpa/Makefile
==============================================================================
--- head/include/arpa/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/include/arpa/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -2,7 +2,6 @@
 
 .include <src.opts.mk>
 
-NO_OBJ=
 INCS=	ftp.h inet.h nameser.h nameser_compat.h tftp.h
 .if ${MK_TELNET} == "no"
 INCS+=	telnet.h

Modified: head/include/gssapi/Makefile
==============================================================================
--- head/include/gssapi/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/include/gssapi/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-NO_OBJ=
 INCS= gssapi.h
 INCSDIR= ${INCLUDEDIR}/gssapi
 

Modified: head/include/protocols/Makefile
==============================================================================
--- head/include/protocols/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/include/protocols/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-NO_OBJ=
 INCS=	dumprestore.h routed.h rwhod.h talkd.h timed.h
 INCSDIR=${INCLUDEDIR}/protocols
 

Modified: head/include/xlocale/Makefile
==============================================================================
--- head/include/xlocale/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/include/xlocale/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,6 +1,5 @@
 # $FreeBSD$ 
 
-NO_OBJ=
 INCS=	_ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\
 	_stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h
 INCSDIR=${INCLUDEDIR}/xlocale

Modified: head/libexec/save-entropy/Makefile
==============================================================================
--- head/libexec/save-entropy/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/libexec/save-entropy/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
 SCRIPTS=	save-entropy.sh
-NO_OBJ=
 
 .include <bsd.prog.mk>

Modified: head/share/dict/Makefile
==============================================================================
--- head/share/dict/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/dict/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,8 +1,6 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
 # $FreeBSD$
 
-NO_OBJ=
-
 # XXX MISSING:	connectives words
 FILES=		README propernames web2 web2a freebsd
 FILESDIR=	${BINDIR}/dict

Modified: head/share/dtrace/toolkit/Makefile
==============================================================================
--- head/share/dtrace/toolkit/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/dtrace/toolkit/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -12,6 +12,4 @@ SCRIPTS=	${DTRACETOOLKIT}/execsnoop \
 
 SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
 
-NO_OBJ=
-
 .include <bsd.prog.mk>

Modified: head/share/examples/pf/Makefile
==============================================================================
--- head/share/examples/pf/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/examples/pf/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-NO_OBJ=
-
 FILES=	faq-example1 faq-example2 faq-example3 \
 	ackpri queue1 queue2 queue3 queue4 \
 	pf.conf \

Modified: head/share/misc/Makefile
==============================================================================
--- head/share/misc/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/misc/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -11,7 +11,6 @@ FILES=	ascii birthtoken bsd-family-tree 
 	scsi_modes \
 	organization.dot
 
-NO_OBJ=
 FILESDIR=	${BINDIR}/misc
 
 .if ${MK_USB} != "no"

Modified: head/share/sendmail/Makefile
==============================================================================
--- head/share/sendmail/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/sendmail/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -9,8 +9,6 @@ CFFILES!=	(cd ${SENDMAIL_DIR}; find -L $
 
 DDIR=	${DESTDIR}/usr/share/sendmail
 
-NO_OBJ=
-
 # Define SHARED to indicate whether you want symbolic links to the system
 # source (``symlinks''), or a separate copy (``copies'')
 SHARED?=	copies

Modified: head/share/skel/Makefile
==============================================================================
--- head/share/skel/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/skel/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -9,6 +9,5 @@ FILES1DIR=	/usr/share/skel
 FILES2DIR=	/usr/share/skel
 FILES1MODE=	0644
 FILES2MODE=	0600
-NO_OBJ=
 
 .include <bsd.prog.mk>

Modified: head/share/snmp/mibs/Makefile
==============================================================================
--- head/share/snmp/mibs/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/snmp/mibs/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,7 +1,6 @@
 # $FreeBSD$
 
 FILES=	FREEBSD-MIB.txt
-NO_OBJ=
 FILESDIR=	${SHAREDIR}/snmp/mibs
 
 .include <bsd.prog.mk>

Modified: head/share/syscons/fonts/Makefile
==============================================================================
--- head/share/syscons/fonts/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/syscons/fonts/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -32,6 +32,4 @@ FILES=	armscii8-8x8.fnt armscii8-8x14.fn
 
 FILESDIR= ${SHAREDIR}/syscons/fonts
 
-NO_OBJ=
-
 .include <bsd.prog.mk>

Modified: head/share/syscons/keymaps/Makefile
==============================================================================
--- head/share/syscons/keymaps/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/share/syscons/keymaps/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -52,6 +52,4 @@ FILES=	INDEX.keymaps \
 
 FILESDIR= ${SHAREDIR}/syscons/keymaps
 
-NO_OBJ=
-
 .include <bsd.prog.mk>

Modified: head/usr.bin/alias/Makefile
==============================================================================
--- head/usr.bin/alias/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/usr.bin/alias/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -2,7 +2,6 @@
 
 SCRIPTS=generic.sh
 SCRIPTSNAME=alias
-NO_OBJ=
 
 LINKS=	${BINDIR}/alias ${BINDIR}/bg \
 	${BINDIR}/alias ${BINDIR}/cd \

Modified: head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -3,6 +3,5 @@
 FILES=	create-part.sh delete-part.sh
 FILESMODE=	${BINMODE}
 FILESDIR=${SHAREDIR}/pc-sysinstall/backend-partmanager
-NO_OBJ=
 
 .include <bsd.prog.mk>

Modified: head/usr.sbin/pc-sysinstall/backend-query/Makefile
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/usr.sbin/pc-sysinstall/backend-query/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -8,6 +8,5 @@ FILES=	detect-laptop.sh detect-nics.sh d
 	xkeyboard-models.sh xkeyboard-variants.sh
 FILESMODE=	${BINMODE}
 FILESDIR=${SHAREDIR}/pc-sysinstall/backend-query
-NO_OBJ=
 
 .include <bsd.prog.mk>

Modified: head/usr.sbin/pc-sysinstall/backend/Makefile
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/usr.sbin/pc-sysinstall/backend/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -10,6 +10,5 @@ FILES=	functions-bsdlabel.sh functions-c
 	functions.sh parseconfig.sh startautoinstall.sh installimage.sh
 FILESMODE=	${BINMODE}
 FILESDIR=${SHAREDIR}/pc-sysinstall/backend
-NO_OBJ=
 
 .include <bsd.prog.mk>

Modified: head/usr.sbin/pc-sysinstall/conf/Makefile
==============================================================================
--- head/usr.sbin/pc-sysinstall/conf/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/usr.sbin/pc-sysinstall/conf/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-NO_OBJ=
-
 FILESGROUPS=	CONF LICENSE
 CONF=		exclude-from-upgrade pc-sysinstall.conf avail-langs
 CONFDIR=	${SHAREDIR}/pc-sysinstall/conf

Modified: head/usr.sbin/pc-sysinstall/examples/Makefile
==============================================================================
--- head/usr.sbin/pc-sysinstall/examples/Makefile	Thu Jun 11 04:00:22 2015	(r284254)
+++ head/usr.sbin/pc-sysinstall/examples/Makefile	Thu Jun 11 04:22:17 2015	(r284255)
@@ -6,6 +6,5 @@ FILES=	README pc-autoinstall.conf pcinst
 	pcinstall.cfg.zfs
 
 FILESDIR=${SHAREDIR}/examples/pc-sysinstall
-NO_OBJ=
 
 .include <bsd.prog.mk>



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