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)
- -@chflags noschg ${DESTDIR}${BINDIR}/cu
+ -chflags noschg ${DESTDIR}${BINDIR}/cu
.endif
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"