Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils remove .gitignore files



details:   https://anonhg.NetBSD.org/src/rev/6690464e1051
branches:  trunk
changeset: 746626:6690464e1051
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 03 23:46:43 2020 +0000

description:
remove .gitignore files

diffstat:

 external/gpl3/binutils/binutils2netbsd |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cd16c84763e6 -r 6690464e1051 external/gpl3/binutils/binutils2netbsd
--- a/external/gpl3/binutils/binutils2netbsd    Fri Apr 03 23:39:36 2020 +0000
+++ b/external/gpl3/binutils/binutils2netbsd    Fri Apr 03 23:46:43 2020 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: binutils2netbsd,v 1.1 2016/10/26 18:00:56 christos Exp $
+#      $NetBSD: binutils2netbsd,v 1.2 2020/04/03 23:46:43 christos Exp $
 #
 # Copyright (c) 2016 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -45,6 +45,7 @@
 cleantags "$DIR"
 
 find "$DIR" -name testsuite -exec rm -fr {} +
+find "$DIR" -name .gitignore -rm
 
 echo You can import now.  Use the following command:
 echo cvs import src/external/gpl3/binutils/dist FSF binutils-X-YY-Z



Home | Main Index | Thread Index | Old Index