]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
makefile: remove gcov files and core dumps
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 12 Sep 2018 15:13:40 +0000 (17:13 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 12 Sep 2018 15:15:30 +0000 (17:15 +0200)
Makefile.in
test/unit/Makefile.in

index e7489686a2b8b271e37edf7f3342d2b68de69b3f..cdf31e69d44114a9e3612f8693e7ce1109cb11a8 100644 (file)
@@ -70,7 +70,8 @@ distclean : clean
        -rm -f Makefile config.h config.log
 
 clean :
-       -rm -f *.o *.s chronyc chronyd core *~
+       -rm -f *.o *.s chronyc chronyd core.* *~
+       -rm -f *.gcda *.gcno
        -rm -rf .deps
        -rm -rf *.dSYM
 
index 554663b30fc7491133c6144d18fbeb65044fcd9f..bae0cb7984f627d85cd7665d3fa6760eee61e0e8 100644 (file)
@@ -30,7 +30,7 @@ check: $(TESTS)
        exit $$ret
 
 clean:
-       rm -f *.o $(TESTS)
+       rm -f *.o *.gcda *.gcno core.* $(TESTS)
        rm -rf .deps
 
 distclean: clean