make-clean-cleanup-20010712
authorDerrick Brashear <shadow@dementia.org>
Thu, 12 Jul 2001 18:26:06 +0000 (18:26 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 12 Jul 2001 18:26:06 +0000 (18:26 +0000)
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

Makefile.in
src/kauth/Makefile

index ee132c1..59f12bb 100644 (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"
index 3647b93..b4124f6 100644 (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}