Module Name: src
Committed By: mrg
Date: Thu Feb 27 09:08:49 UTC 2014
Modified Files:
src/external/gpl3/gcc: gcc2gcc.old
Log Message:
fix some paths.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/gpl3/gcc/gcc2gcc.old:1.4
--- src/external/gpl3/gcc/gcc2gcc.old:1.3 Wed Feb 26 22:29:40 2014
+++ src/external/gpl3/gcc/gcc2gcc.old Thu Feb 27 09:08:49 2014
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: gcc2gcc.old,v 1.3 2014/02/26 22:29:40 mrg Exp $
+# $NetBSD: gcc2gcc.old,v 1.4 2014/02/27 09:08:49 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 "$destdir"/difz
+$doit rm -f "$destdir"/gcc/gcc2netbsd "$destdir"/gcc/gcc2gcc.old "$destdir"/gcc/difz
date=$(date +%Y%m%d-%H%M)
echo GCC copied to gcc.old. use these commands to import: