Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc fix some paths.
details: https://anonhg.NetBSD.org/src/rev/64ff1e1d867f
branches: trunk
changeset: 793835:64ff1e1d867f
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Feb 27 09:08:49 2014 +0000
description:
fix some paths.
diffstat:
external/gpl3/gcc/gcc2gcc.old | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r bcf466ef0402 -r 64ff1e1d867f external/gpl3/gcc/gcc2gcc.old
--- a/external/gpl3/gcc/gcc2gcc.old Thu Feb 27 09:05:08 2014 +0000
+++ b/external/gpl3/gcc/gcc2gcc.old Thu Feb 27 09:08:49 2014 +0000
@@ -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 @@
$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:
Home |
Main Index |
Thread Index |
Old Index