From cfcb911e9b6170d4a3a784b06eda3955ae5d5320 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Tue, 1 Mar 2011 18:03:03 +0000 Subject: [PATCH] Tidy up assorted clean targets Improve assorted clean targets so that they properly clean up all of the default build products. Add rxosd to the list of directories to clean Change-Id: Id4987ec00654d7b3bd3b42eddefbcc50b5bdb03e Reviewed-on: http://gerrit.openafs.org/4114 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- Makefile.in | 1 + src/crypto/hcrypto/Makefile.in | 2 +- src/roken/Makefile.in | 3 ++- src/venus/Makefile.in | 4 +++- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index ed613cedc..00bf8811e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -794,6 +794,7 @@ clean2: -${COMPILE_PART1} finale ${COMPILE_CLEAN} -${COMPILE_PART1} libafs ${COMPILE_CLEAN} -${COMPILE_PART1} libuafs ${COMPILE_CLEAN} + -${COMPILE_PART1} rxosd ${COMPILE_CLEAN} -${COMPILE_PART1} tests ${COMPILE_CLEAN} -${COMPILE_PART1} crypto/hcrypto ${COMPILE_CLEAN} -${COMPILE_PART1} roken ${COMPILE_CLEAN} diff --git a/src/crypto/hcrypto/Makefile.in b/src/crypto/hcrypto/Makefile.in index 52a1c21d1..b480b0f9d 100644 --- a/src/crypto/hcrypto/Makefile.in +++ b/src/crypto/hcrypto/Makefile.in @@ -53,7 +53,7 @@ dest: libafshcrypto.a ${SHLIBOBJ} clean: $(RM) -f ${OBJECTS} ${SHLIBOBJ} rand-fortuna_lwp.o \ - libafshcrypto.a libafshcrypto.exp \ + libafshcrypto.a libafshcrypto_lwp.a libafshcrypto.exp \ test_cipher test_cipher.o COMMON_OBJS= aes.o camellia.o camellia-ntt.o des.o engine.o evp.o \ diff --git a/src/roken/Makefile.in b/src/roken/Makefile.in index 6a0215801..ee6c87654 100644 --- a/src/roken/Makefile.in +++ b/src/roken/Makefile.in @@ -33,7 +33,8 @@ dest: librokenafs.a $(SHLIBOBJ) $(INSTALL_DATA) librokenafs.a $(DEST)/lib/librokenafs.a clean: - $(RM) -f $(OBJECTS) $(SHLIBOBJ) librokenafs.a librokenafs.exp + $(RM) -f $(OBJECTS) $(SHLIBOBJ) librokenafs.a librokenafs.exp \ + err.h OBJECTS = $(ROKEN_LIBOBJS) \ base64.o \ diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index dc05814bb..5b38c4df7 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -358,7 +358,9 @@ dest: kdump-build fs livesys up fstrace cmdebug # clean: - $(RM) -f *.o *.a up fs kdump-* kdump kdump64 core cmdebug AFS_component_version_number.c fstrace gcpags livesys dedebug + $(RM) -f *.o *.a up fs kdump-* kdump kdump64 core cmdebug \ + AFS_component_version_number.c fstrace gcpags livesys dedebug \ + cacheout test: cd test; $(MAKE) -- 2.39.5