svn commit: r246546 - in head/usr.sbin: bsdconfig sysrc

Devin Teske dteske at FreeBSD.org
Fri Feb 8 11:14:02 UTC 2013


Author: dteske
Date: Fri Feb  8 11:14:01 2013
New Revision: 246546
URL: http://svnweb.freebsd.org/changeset/base/246546

Log:
  Remove NO_OBJ from Makefiles that generate manuals because this causes the
  GZIP compressed manuals to appear in ./src instead of the appropriate obj dir.
  
  PR:		conf/175844
  Submitted by:	Dominique Goncalves <dominique.goncalves at gmail.com>

Modified:
  head/usr.sbin/bsdconfig/Makefile
  head/usr.sbin/sysrc/Makefile

Modified: head/usr.sbin/bsdconfig/Makefile
==============================================================================
--- head/usr.sbin/bsdconfig/Makefile	Fri Feb  8 11:10:26 2013	(r246545)
+++ head/usr.sbin/bsdconfig/Makefile	Fri Feb  8 11:14:01 2013	(r246546)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-NO_OBJ=
-
 SUBDIR=	console \
 	diskmgmt \
 	docsinstall \

Modified: head/usr.sbin/sysrc/Makefile
==============================================================================
--- head/usr.sbin/sysrc/Makefile	Fri Feb  8 11:10:26 2013	(r246545)
+++ head/usr.sbin/sysrc/Makefile	Fri Feb  8 11:14:01 2013	(r246546)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-NO_OBJ=
-
 SCRIPTS= sysrc
 
 MAN= sysrc.8


More information about the svn-src-all mailing list