Module Name: src
Committed By: thorpej
Date: Tue Dec 29 16:56:26 UTC 2009
Modified Files:
src/external/bsd/libelf: prepare-import.sh
Log Message:
We don't really need __RCSID() tags in these files, so just get rid of them.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libelf/prepare-import.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libelf/prepare-import.sh
diff -u src/external/bsd/libelf/prepare-import.sh:1.1 src/external/bsd/libelf/prepare-import.sh:1.2
--- src/external/bsd/libelf/prepare-import.sh:1.1 Sat Dec 19 05:45:28 2009
+++ src/external/bsd/libelf/prepare-import.sh Tue Dec 29 16:56:25 2009
@@ -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])