Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libelf We don't really need __RCSID() tags in t...
details: https://anonhg.NetBSD.org/src/rev/2b8039ad7241
branches: trunk
changeset: 750383:2b8039ad7241
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Dec 29 16:56:25 2009 +0000
description:
We don't really need __RCSID() tags in these files, so just get rid of them.
diffstat:
external/bsd/libelf/prepare-import.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r acf97ddb0c95 -r 2b8039ad7241 external/bsd/libelf/prepare-import.sh
--- a/external/bsd/libelf/prepare-import.sh Tue Dec 29 16:01:21 2009 +0000
+++ b/external/bsd/libelf/prepare-import.sh Tue Dec 29 16:56:25 2009 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.1 2009/12/19 05:45:28 thorpej Exp $
+# $NetBSD: prepare-import.sh,v 1.2 2009/12/29 16:56:25 thorpej Exp $
# Copy the FreeBSD src/lib/libelf directory contents to dist. Run
# this script and you're done.
@@ -22,8 +22,7 @@
/* \$NetBSD\$ */
EOF
- sed -e 's,^__FBSDID.*,\/\* & \*\/\
-__RCSID\(\"\$NetBSD\$\"\)\;,g' ${f} >> ${f}_tmp
+ sed -e 's,^__FBSDID.*,\/\* & \*\/,g' ${f} >> ${f}_tmp
mv ${f}_tmp ${f}
;;
*.[0-9])
Home |
Main Index |
Thread Index |
Old Index