Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ppp remove more



details:   https://anonhg.NetBSD.org/src/rev/9f168be438a6
branches:  trunk
changeset: 949319:9f168be438a6
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 09 16:41:09 2021 +0000

description:
remove more

diffstat:

 external/bsd/ppp/ppp2netbsd |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 7bc312d990dd -r 9f168be438a6 external/bsd/ppp/ppp2netbsd
--- a/external/bsd/ppp/ppp2netbsd       Sat Jan 09 16:40:01 2021 +0000
+++ b/external/bsd/ppp/ppp2netbsd       Sat Jan 09 16:41:09 2021 +0000
@@ -71,5 +71,10 @@
        rm -f ${m}
        echo -n "${m} "
 done
+echo -n "Removing .github... "
+find . -type f -name '.github' | while read m; do
+       rm -fr ${m}
+       echo -n "${m} "
+done
 echo; echo
 cleantags .



Home | Main Index | Thread Index | Old Index