Module Name: src
Committed By: joerg
Date: Mon Mar 21 05:09:34 UTC 2011
Modified Files:
src/usr.sbin/crash: Makefile
Log Message:
Create vers.c with -r, there is no point in embedding an ever changing
token that isn't even used.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/crash/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/crash/Makefile
diff -u src/usr.sbin/crash/Makefile:1.5 src/usr.sbin/crash/Makefile:1.6
--- src/usr.sbin/crash/Makefile:1.5 Fri Apr 23 02:10:01 2010
+++ src/usr.sbin/crash/Makefile Mon Mar 21 05:09:33 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/04/23 02:10:01 christos Exp $
+# $NetBSD: Makefile,v 1.6 2011/03/21 05:09:33 joerg Exp $
PROG= crash
MAN= crash.8
@@ -49,7 +49,7 @@
# vers.c
SRCS+= vers.c
vers.c: ${S}/conf/newvers.sh
- ${HOST_SH} ${S}/conf/newvers.sh
+ ${HOST_SH} ${S}/conf/newvers.sh -r
CLEANFILES+= vers.c version
.endif