mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Clean also ipv6 bird.ctl
This commit is contained in:
parent
de8f238fdb
commit
26978ec419
@ -51,7 +51,7 @@ install: all
|
|||||||
if ! test -f $(sysconfdir)/bird@SUFFIX6@.conf ; then \
|
if ! test -f $(sysconfdir)/bird@SUFFIX6@.conf ; then \
|
||||||
$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird@SUFFIX6@.conf ; \
|
$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird@SUFFIX6@.conf ; \
|
||||||
else \
|
else \
|
||||||
echo "Not overwriting old bird.conf" ; \
|
echo "Not overwriting old bird@SUFFIX@.conf" ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install-docs:
|
install-docs:
|
||||||
@ -60,7 +60,7 @@ install-docs:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
find . -name "*.[oa]" -o -name core -o -name depend -o -name "*.html" | xargs rm -f
|
find . -name "*.[oa]" -o -name core -o -name depend -o -name "*.html" | xargs rm -f
|
||||||
rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl .dep-stamp
|
rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl $(exedir)/bird6.ctl .dep-stamp
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile Rules
|
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile Rules
|
||||||
|
Loading…
Reference in New Issue
Block a user