mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
put an alias for cleandir (same as distclean) in the master makefile, rather than only at the top level.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.21 2000/06/23 21:22:20 tale Exp $
|
||||
# $Id: Makefile.in,v 1.22 2000/06/26 18:14:04 explorer Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
@@ -38,8 +38,6 @@ distclean::
|
||||
rm -f libtool isc-config.sh
|
||||
rm -f util/conf.sh
|
||||
|
||||
cleandir: distclean
|
||||
|
||||
install:: isc-config.sh
|
||||
${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir}
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||
# SOFTWARE.
|
||||
|
||||
# $Id: rules.in,v 1.19 2000/06/22 22:00:30 tale Exp $
|
||||
# $Id: rules.in,v 1.20 2000/06/26 18:14:05 explorer Exp $
|
||||
|
||||
###
|
||||
### Common Makefile rules for BIND 9.
|
||||
@@ -119,6 +119,8 @@ LIBTOOL = @LIBTOOL@
|
||||
|
||||
MKDEP = ${SHELL} ${top_builddir}/make/mkdep
|
||||
|
||||
cleandir: distclean
|
||||
|
||||
clean distclean::
|
||||
rm -f *.@O@ *.lo *.la core *.core
|
||||
rm -rf .libs
|
||||
|
Reference in New Issue
Block a user