svn commit: r287970 - head/usr.bin/tip/tip

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 18 21:01:53 UTC 2015


Author: bdrewery
Date: Fri Sep 18 21:01:52 2015
New Revision: 287970
URL: https://svnweb.freebsd.org/changeset/base/287970

Log:
  Don't hide build commands.

Modified:
  head/usr.bin/tip/tip/Makefile

Modified: head/usr.bin/tip/tip/Makefile
==============================================================================
--- head/usr.bin/tip/tip/Makefile	Fri Sep 18 20:28:37 2015	(r287969)
+++ head/usr.bin/tip/tip/Makefile	Fri Sep 18 21:01:52 2015	(r287970)
@@ -53,5 +53,5 @@ acutab.o log.o remote.o: Makefile
 # is no cu(1) with the schg-bit set.
 beforeinstall:
 .if exists(${DESTDIR}${BINDIR}/cu)
-	- at chflags noschg ${DESTDIR}${BINDIR}/cu
+	-chflags noschg ${DESTDIR}${BINDIR}/cu
 .endif


More information about the svn-src-all mailing list