summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Thibaut <murphy@gentoo.org>2002-08-20 20:22:33 +0000
committerMaarten Thibaut <murphy@gentoo.org>2002-08-20 20:22:33 +0000
commitad1f7b3d8fe59a31c381f84a3dabe86cf8af37b6 (patch)
tree7491a3b531ae0c2b7a8939ee8bf09b84d0001d49 /profiles/default-sparc-1.0
parentRemoving the vi clone - bad idea (diff)
downloadgentoo-2-ad1f7b3d8fe59a31c381f84a3dabe86cf8af37b6.tar.gz
gentoo-2-ad1f7b3d8fe59a31c381f84a3dabe86cf8af37b6.tar.bz2
gentoo-2-ad1f7b3d8fe59a31c381f84a3dabe86cf8af37b6.zip
Removed the comments at the top of the generated files
Diffstat (limited to 'profiles/default-sparc-1.0')
-rw-r--r--profiles/default-sparc-1.0/scripts/build-rel.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/profiles/default-sparc-1.0/scripts/build-rel.sh b/profiles/default-sparc-1.0/scripts/build-rel.sh
index 7ed31c72a20d..b883e10c6d89 100644
--- a/profiles/default-sparc-1.0/scripts/build-rel.sh
+++ b/profiles/default-sparc-1.0/scripts/build-rel.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-sparc-1.0/scripts/build-rel.sh,v 1.2 2002/08/16 14:29:29 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-sparc-1.0/scripts/build-rel.sh,v 1.3 2002/08/20 20:22:33 murphy Exp $
#
# Where we get the sauce
SOURCE=../default-x86-2.0
@@ -24,10 +24,7 @@ for f in $FILES; do
if [ -s ${SOURCE}/${f} ]; then
echo -n "${f}: keep"
keepfile $f
- if [ "${f}" != "virtuals" -a "${f}" != "use.defaults" ]; then
- echo "# This file generated automatically at `date`" > ${f}
- echo "#" >> ${f}
- else
+ if [ -r ${f} ]; then
rm ${f}
touch ${f}
fi