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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2011-03-01 18:03:03 +00:00 committed by Derrick Brashear
parent 169bc2d5be
commit cfcb911e9b
4 changed files with 7 additions and 3 deletions

View File

@ -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}

View File

@ -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 \

View File

@ -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 \

View File

@ -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)