Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dtb Fix previous; add hack to prevent NetBSD RCSID from ...



details:   https://anonhg.NetBSD.org/src/rev/664a76c8eba8
branches:  trunk
changeset: 933238:664a76c8eba8
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 23 00:07:27 2020 +0000

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

diffstat:

 sys/dtb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 967025913607 -r 664a76c8eba8 sys/dtb/Makefile
--- a/sys/dtb/Makefile  Sat May 23 00:02:10 2020 +0000
+++ b/sys/dtb/Makefile  Sat May 23 00:07:27 2020 +0000
@@ -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 @@
 
 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'; \



Home | Main Index | Thread Index | Old Index