Module Name: src
Committed By: mrg
Date: Wed Feb 26 22:29:40 UTC 2014
Modified Files:
src/external/gpl3/gcc: gcc2gcc.old
Log Message:
delete 'difz' as well, in case i've left it.
XXX: consider running 'cvs up -dPA -I\! -I.CVS -ICVS' first?
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/gcc2gcc.old
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/gcc2gcc.old
diff -u src/external/gpl3/gcc/gcc2gcc.old:1.2 src/external/gpl3/gcc/gcc2gcc.old:1.3
--- src/external/gpl3/gcc/gcc2gcc.old:1.2 Wed Feb 26 21:18:14 2014
+++ src/external/gpl3/gcc/gcc2gcc.old Wed Feb 26 22:29:40 2014
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: gcc2gcc.old,v 1.2 2014/02/26 21:18:14 mrg Exp $
+# $NetBSD: gcc2gcc.old,v 1.3 2014/02/26 22:29:40 mrg Exp $
# run it like eg:
#
@@ -53,7 +53,7 @@ echo "Cleaning CVS turds and ChangeLogs"
$doit find "$destdir" -name .CVS -exec rm -rf {} +
$doit find "$destdir" -name CVS -exec rm -rf {} +
$doit find "$destdir" -name "ChangeLog*" -exec rm -f {} +
-$doit rm -f "$destdir"/gcc2netbsd "$destdir"/gcc2gcc.old
+$doit rm -f "$destdir"/gcc2netbsd "$destdir"/gcc2gcc.old "$destdir"/difz
date=$(date +%Y%m%d-%H%M)
echo GCC copied to gcc.old. use these commands to import: