Module Name:    src
Committed By:   rin
Date:           Sat May 23 00:07:27 UTC 2020

Modified Files:
        src/sys/dtb: Makefile

Log Message:
Fix previous; add hack to prevent NetBSD RCSID from being expanded...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dtb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dtb/Makefile
diff -u src/sys/dtb/Makefile:1.2 src/sys/dtb/Makefile:1.3
--- src/sys/dtb/Makefile:1.2	Fri May 22 23:57:13 2020
+++ src/sys/dtb/Makefile	Sat May 23 00:07:27 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2020/05/22 23:57:13 rin Exp $
+#	$NetBSD: Makefile,v 1.3 2020/05/23 00:07:27 rin Exp $
 
 TARGETS+=	dtblist
 
@@ -23,7 +23,7 @@ TARGET_ARCH_LIST+=	aarch64 aarch64eb
 
 update-sets:
 .for _arch in ${TARGET_ARCH_LIST}
-	(echo '# $$NetBSD: Makefile,v 1.2 2020/05/22 23:57:13 rin Exp $$'; \
+	(echo '# $$_NetBSD_$$' | sed 's/_//g' ; \
 	 echo '#'; \
 	 echo '# DO NOT EDIT THIS FILE MANUALLY'; \
 	 echo '# Generated by "make update-sets" in sys/dtb'; \

Reply via email to