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
This commit is contained in:
Derrick Brashear 2001-07-12 18:26:06 +00:00
parent 61aa7f4aaf
commit 34edf837f0
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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}