Fix record layer "make clean"
authorMatt Caswell <matt@openssl.org>
Sat, 28 Mar 2015 00:24:18 +0000 (00:24 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 31 Mar 2015 13:39:14 +0000 (14:39 +0100)
The "clean" target in libssl has been updated to handle the new record
layer sub-directory.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/Makefile

index d876d91fab861f518939aeb06e502165a47c2129..39cba8b77b640bd425241593f0583d812fb7792b 100644 (file)
@@ -105,7 +105,9 @@ dclean:
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f $(LIBOBJ) *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f record/*.obj record/lib record/retags record/core \
+       record/.pure record/.nfs* record/*.old record/*.bak record/fluff
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.