Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11 s/Build/X11 build/
details: https://anonhg.NetBSD.org/src/rev/a2a9ec9d5ac1
branches: trunk
changeset: 557510:a2a9ec9d5ac1
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Jan 11 00:10:54 2004 +0000
description:
s/Build/X11 build/
diffstat:
x11/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 5d8ab6e4b05f -r a2a9ec9d5ac1 x11/Makefile
--- a/x11/Makefile Sat Jan 10 23:43:30 2004 +0000
+++ b/x11/Makefile Sun Jan 11 00:10:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/12/23 05:02:42 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/11 00:10:54 lukem Exp $
.include <bsd.own.mk>
@@ -26,12 +26,12 @@
START_TIME!= date
build:
- @echo "Build started at: ${START_TIME}"
+ @echo "X11 build started at: ${START_TIME}"
.for tgt in ${BUILDTARGETS}
@(cd ${.CURDIR} && ${MAKE} ${tgt})
.endfor
- @echo "Build started at: ${START_TIME}"
- @printf "Build finished at: " && date
+ @echo "X11 build started at: ${START_TIME}"
+ @printf "X11 build finished at: " && date
do-build:
.for targ in dependall install
Home |
Main Index |
Thread Index |
Old Index