]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Improve make distclean to clean up after build
authorSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 22:07:48 +0000 (22:07 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 22:07:48 +0000 (22:07 +0000)
Makefile.in
src/afs/Makefile.in
src/fsint/Makefile.in

index b3c9255692074578247523e72566c3caf9589e96..e527e57e67cd16f816c2ce0880e0d5672066864c 100644 (file)
@@ -664,6 +664,7 @@ clean2:
        -${COMPILE_PART1} rcp ${COMPILE_CLEAN}
        -${COMPILE_PART1} libafs ${COMPILE_CLEAN}
        -${COMPILE_PART1} libuafs ${COMPILE_CLEAN}
+       -${COMPILE_PART1} tests ${COMPILE_CLEAN}
        -(cd src/libafs; /bin/rm -rf afs afsint config rx)
        -(cd src/libuafs; /bin/rm -rf afs afsint config rx des)
        -/bin/rm -rf ${TOP_INCDIR} ${TOP_LIBDIR} ${TOP_JLIBDIR}
@@ -772,8 +773,10 @@ distclean: clean
        src/sia/Makefile \
        src/sys/Makefile \
        src/tbutc/Makefile \
+       src/tests/Makefile \
        src/tsm41/Makefile \
        src/tviced/Makefile \
+       src/tvolser/Makefile \
        src/ubik/Makefile \
        src/update/Makefile \
        src/usd/test/Makefile \
@@ -790,7 +793,8 @@ distclean: clean
        src/vol/test/Makefile \
        src/volser/Makefile \
        src/wsadmin.src/Makefile \
-       src/xstat/Makefile 
+       src/xstat/Makefile  \
+       src/helper-splint.sh
 
 pristine: distclean
        /bin/rm -f src/config/afsconfig.h.in configure configure-libafs aclocal.m4
index d31ce8dc59cab1ba33bcbc294628f45a220e0f0e..9a289ef6e9fa837b0b26c25f3aaf84e862d3a4b7 100644 (file)
@@ -55,7 +55,7 @@ install:   ${DESTDIR}${includedir}/afs/afs.h  ${DESTDIR}${includedir}/afs/osi_in
 
 clean:
        -$(RM) -f *.o core AFS_component_version_number.c afs_trace.h afs_trace.msf afszcm.cat
-
+       -$(RM) -f unified_afs.c unified_afs.h
 include ../config/Makefile.version
 ${DEST}/include/afs/afs.h: afs.h
        ${INSTALL} $? $@
index 6903771bff8bc23c3cfa9546e4aca1aced23ff62..40cb7dafc3f9cd327528e1291b697dcbc128f2da 100644 (file)
@@ -119,7 +119,8 @@ ${DEST}/include/afs/afsint.h: afsint.h
 
 clean:
        $(RM) -f *.o *.cs.c *.ss.c *.er.c *.a *.xdr.c core \
-               afsint.h afscbint.h AFS_component_version_number.c 
+               afsint.h afscbint.h AFS_component_version_number.c   \
+       Kvice.h Kcallback.h
 
 include ../config/Makefile.version