From: Derrick Brashear Date: Thu, 12 Jul 2001 18:26:06 +0000 (+0000) Subject: make-clean-cleanup-20010712 X-Git-Tag: openafs-stable-1_1_0~15 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=34edf837f01275cab99d81250b8f553382c777f9;p=packages%2Fo%2Fopenafs.git make-clean-cleanup-20010712 make distclean not do clean's job (src/kauth/Kkauth.cs.c) make clean do clean's job (as above) make pristine make it out of the box clean --- diff --git a/Makefile.in b/Makefile.in index ee132c15f..59f12bb20 100644 --- a/Makefile.in +++ b/Makefile.in @@ -517,7 +517,10 @@ distclean: clean /bin/rm -f config.log config.cache config.status Makefile /bin/rm -f src/config/afsconfig.h src/config/Makefile.${SYS_NAME} /bin/rm -f src/libafs/Makefile src/libafs/MakefileProto.${MKAFS_OSTYPE} - /bin/rm -f src/libuafs/Makefile src/kauth/Kkauth.cs.c + /bin/rm -f src/libuafs/Makefile + +pristine: distclean + /bin/rm -f src/config/afsconfig.h.in configure aclocal.m4 links: echo "Remove the obj directory" diff --git a/src/kauth/Makefile b/src/kauth/Makefile index 3647b939e..b4124f6be 100644 --- a/src/kauth/Makefile +++ b/src/kauth/Makefile @@ -70,7 +70,7 @@ test tests: install cd test; $(MAKE) clean: - rm -f *.o kaserver kas klog multiklog kpasswd klogin rebuild kauth.cs.c kauth.ss.c kauth.xdr.c kauth.h kautils.h kaerrors.c *.a core kpwvalid AFS_component_version_number.c klog.krb knfs klogin.krb kdb Kkauth.xdr.c Kkauth.h + rm -f *.o kaserver kas klog multiklog kpasswd klogin rebuild kauth.cs.c kauth.ss.c kauth.xdr.c kauth.h kautils.h kaerrors.c *.a core kpwvalid AFS_component_version_number.c klog.krb knfs klogin.krb kdb Kkauth.xdr.c Kkauth.h Kkauth.cs.c kaserver: kautils.o kalocalcell.o kadatabase.o kaprocs.o kalog.o kauth.ss.o kauth.xdr.o kaserver.o kaaux.o krb_udp.o kaauxdb.o $(LIBS) ${auditlib} ${CC} ${LDFLAGS} -o kaserver kaserver.o kautils.o kalocalcell.o kadatabase.o krb_udp.o kaprocs.o kalog.o kauth.ss.o kauth.xdr.o kaaux.o kaauxdb.o $(LIBS) ${XLIBS} ${auditlib}