]> git.gsnw.org Git - fping.git/commitdiff
add missing files to autoclean.sh
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 5 Feb 2022 11:41:00 +0000 (12:41 +0100)
committerDavid Schweikert <david@schweikert.ch>
Sun, 6 Feb 2022 13:30:57 +0000 (14:30 +0100)
At least on my system (Ubuntu GNU/Linux 18.04.6 LTS), autoclean.sh
misses three files: compile, doc/Makefile, and src/Makefile.  Add
them.

autoclean.sh

index 1977d247dceecaafc86a0012702b18a56d7c1daa..b317fc98fd2f19ba82f1ba917b006acfdda13fe0 100755 (executable)
@@ -4,6 +4,7 @@ rm -f Makefile
 rm -f Makefile.in
 rm -f aclocal.m4
 rm -rf autom4te.cache
+rm -f compile
 rm -f config.guess
 rm -f config.h
 rm -f config.h.in
@@ -16,7 +17,9 @@ rm -f install-sh
 rm -f missing
 rm -f mkinstalldirs
 rm -f stamp-h1
+rm -f doc/Makefile
 rm -f doc/Makefile.in
+rm -f src/Makefile
 rm -f src/Makefile.in
 rm -f doc/fping.8
 rm -f src/*.gcda