]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
make-distclean-do-it-20040601
authorSam Hartman <hartmans@debian.org>
Wed, 2 Jun 2004 03:40:03 +0000 (03:40 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 2 Jun 2004 03:40:03 +0000 (03:40 +0000)
FIXES 4814

remove some of the crap we were missing

Makefile.in
src/afs/Makefile.in
src/fsint/Makefile.in

index 46b5a5f919650aa71d4ec3222e751dba8174835c..c4ca338a0c79b44f2a144f43f8bf42e9c2a9baff 100644 (file)
@@ -668,6 +668,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}
@@ -797,7 +798,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