Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 14:08:37 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r284224 - in projects/bmake: . share/dtrace/toolkit share/examples/pf share/sendmail usr.sbin/pc-sysinstall/conf
Message-ID:  <201506101408.t5AE8bv8036470@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Wed Jun 10 14:08:36 2015
New Revision: 284224
URL: https://svnweb.freebsd.org/changeset/base/284224

Log:
  Remove extra blank lines

Modified:
  projects/bmake/Makefile.inc1
  projects/bmake/share/dtrace/toolkit/Makefile
  projects/bmake/share/examples/pf/Makefile
  projects/bmake/share/sendmail/Makefile
  projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile

Modified: projects/bmake/Makefile.inc1
==============================================================================
--- projects/bmake/Makefile.inc1	Wed Jun 10 13:57:11 2015	(r284223)
+++ projects/bmake/Makefile.inc1	Wed Jun 10 14:08:36 2015	(r284224)
@@ -1361,7 +1361,6 @@ _kerberos5_bootstrap_tools= \
 	usr.bin/compile_et
 
 .ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g}
-
 .endif
 
 # Rebuild up-to-date libmd for xinstall

Modified: projects/bmake/share/dtrace/toolkit/Makefile
==============================================================================
--- projects/bmake/share/dtrace/toolkit/Makefile	Wed Jun 10 13:57:11 2015	(r284223)
+++ projects/bmake/share/dtrace/toolkit/Makefile	Wed Jun 10 14:08:36 2015	(r284224)
@@ -12,5 +12,4 @@ SCRIPTS=	${DTRACETOOLKIT}/execsnoop \
 
 SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
 
-
 .include <bsd.prog.mk>

Modified: projects/bmake/share/examples/pf/Makefile
==============================================================================
--- projects/bmake/share/examples/pf/Makefile	Wed Jun 10 13:57:11 2015	(r284223)
+++ projects/bmake/share/examples/pf/Makefile	Wed Jun 10 14:08:36 2015	(r284224)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-
 FILES=	faq-example1 faq-example2 faq-example3 \
 	ackpri queue1 queue2 queue3 queue4 \
 	pf.conf \

Modified: projects/bmake/share/sendmail/Makefile
==============================================================================
--- projects/bmake/share/sendmail/Makefile	Wed Jun 10 13:57:11 2015	(r284223)
+++ projects/bmake/share/sendmail/Makefile	Wed Jun 10 14:08:36 2015	(r284224)
@@ -9,7 +9,6 @@ CFFILES!=	(cd ${SENDMAIL_DIR}; find -L $
 
 DDIR=	${DESTDIR}/usr/share/sendmail
 
-
 # Define SHARED to indicate whether you want symbolic links to the system
 # source (``symlinks''), or a separate copy (``copies'')
 SHARED?=	copies

Modified: projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile
==============================================================================
--- projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile	Wed Jun 10 13:57:11 2015	(r284223)
+++ projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile	Wed Jun 10 14:08:36 2015	(r284224)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-
 FILESGROUPS=	CONF LICENSE
 CONF=		exclude-from-upgrade pc-sysinstall.conf avail-langs
 CONFDIR=	${SHAREDIR}/pc-sysinstall/conf



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