mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
make-distclean-do-it-20040601
FIXES 4814 remove some of the crap we were missing
This commit is contained in:
parent
ab10f17e12
commit
3d66364e72
@ -668,6 +668,7 @@ clean2:
|
|||||||
-${COMPILE_PART1} rcp ${COMPILE_CLEAN}
|
-${COMPILE_PART1} rcp ${COMPILE_CLEAN}
|
||||||
-${COMPILE_PART1} libafs ${COMPILE_CLEAN}
|
-${COMPILE_PART1} libafs ${COMPILE_CLEAN}
|
||||||
-${COMPILE_PART1} libuafs ${COMPILE_CLEAN}
|
-${COMPILE_PART1} libuafs ${COMPILE_CLEAN}
|
||||||
|
-${COMPILE_PART1} tests ${COMPILE_CLEAN}
|
||||||
-(cd src/libafs; /bin/rm -rf afs afsint config rx)
|
-(cd src/libafs; /bin/rm -rf afs afsint config rx)
|
||||||
-(cd src/libuafs; /bin/rm -rf afs afsint config rx des)
|
-(cd src/libuafs; /bin/rm -rf afs afsint config rx des)
|
||||||
-/bin/rm -rf ${TOP_INCDIR} ${TOP_LIBDIR} ${TOP_JLIBDIR}
|
-/bin/rm -rf ${TOP_INCDIR} ${TOP_LIBDIR} ${TOP_JLIBDIR}
|
||||||
@ -797,7 +798,8 @@ distclean: clean
|
|||||||
src/vol/test/Makefile \
|
src/vol/test/Makefile \
|
||||||
src/volser/Makefile \
|
src/volser/Makefile \
|
||||||
src/wsadmin.src/Makefile \
|
src/wsadmin.src/Makefile \
|
||||||
src/xstat/Makefile
|
src/xstat/Makefile \
|
||||||
|
src/helper-splint.sh
|
||||||
|
|
||||||
pristine: distclean
|
pristine: distclean
|
||||||
/bin/rm -f src/config/afsconfig.h.in configure configure-libafs aclocal.m4
|
/bin/rm -f src/config/afsconfig.h.in configure configure-libafs aclocal.m4
|
||||||
|
@ -55,7 +55,7 @@ install: ${DESTDIR}${includedir}/afs/afs.h ${DESTDIR}${includedir}/afs/osi_in
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
-$(RM) -f *.o core AFS_component_version_number.c afs_trace.h afs_trace.msf afszcm.cat
|
-$(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
|
include ../config/Makefile.version
|
||||||
${DEST}/include/afs/afs.h: afs.h
|
${DEST}/include/afs/afs.h: afs.h
|
||||||
${INSTALL} $? $@
|
${INSTALL} $? $@
|
||||||
|
@ -119,7 +119,8 @@ ${DEST}/include/afs/afsint.h: afsint.h
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -f *.o *.cs.c *.ss.c *.er.c *.a *.xdr.c core \
|
$(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
|
include ../config/Makefile.version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user