svn commit: r184144 - head/release

Ken Smith kensmith at FreeBSD.org
Tue Oct 21 22:50:02 UTC 2008


Author: kensmith
Date: Tue Oct 21 22:50:01 2008
New Revision: 184144
URL: http://svn.freebsd.org/changeset/base/184144

Log:
  Oops, add missing @.

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Tue Oct 21 22:14:22 2008	(r184143)
+++ head/release/Makefile	Tue Oct 21 22:50:01 2008	(r184144)
@@ -1033,7 +1033,7 @@ cdrom.2:
 	@echo "CD_VOLUME = 1" >> ${CD_DVD1}/cdrom.inf
 .endif
 .if !defined(NODOC)
-	echo "Building CDROM docs filesystem image"
+	@echo "Building CDROM docs filesystem image"
 	@mkdir -p ${CD_DOCS}
 	@echo "CD_VERSION = ${BUILDNAME}" > ${CD_DOCS}/cdrom.inf
 	@mkdir -p ${CD_DOCS}/usr/share/doc


More information about the svn-src-head mailing list