mirror of https://github.com/getdnsapi/getdns.git
on clean cleanup extensions too
This commit is contained in:
parent
6262e3d8c8
commit
0c02f99a77
|
@ -129,8 +129,8 @@ example: FORCE
|
||||||
clean:
|
clean:
|
||||||
cd test && $(MAKE) $@
|
cd test && $(MAKE) $@
|
||||||
cd example && $(MAKE) $@
|
cd example && $(MAKE) $@
|
||||||
rm -f *.o *.lo extension/*.lo $(PROGRAMS) libgetdns.la
|
rm -f *.o *.lo extension/*.lo extension/*.o $(PROGRAMS) libgetdns.la libgetdns_ext_*.la
|
||||||
rm -rf .libs
|
rm -rf .libs extension/.libs
|
||||||
|
|
||||||
distclean : clean
|
distclean : clean
|
||||||
cd test && $(MAKE) $@
|
cd test && $(MAKE) $@
|
||||||
|
@ -139,6 +139,7 @@ distclean : clean
|
||||||
rmdir example 2>/dev/null || true
|
rmdir example 2>/dev/null || true
|
||||||
rm -f Makefile config.status config.log Doxyfile config.h getdns/Makefile getdns/getdns.h
|
rm -f Makefile config.status config.log Doxyfile config.h getdns/Makefile getdns/getdns.h
|
||||||
rmdir getdns 2>/dev/null || true
|
rmdir getdns 2>/dev/null || true
|
||||||
|
rmdir extension 2>/dev/null || true
|
||||||
rm -Rf autom4te.cache
|
rm -Rf autom4te.cache
|
||||||
|
|
||||||
$(distdir): FORCE
|
$(distdir): FORCE
|
||||||
|
|
Loading…
Reference in New Issue