[openssl-dev] [openssl.org #4399] OS X 10.8: Make clean is leaving build artifacts

noloader@gmail.com via RT rt at openssl.org
Tue Mar 8 17:41:40 UTC 2016


$ KERNEL_BITS=64 ./config shared
...
$ make depend && make clean && make
...

$ make clean
rm -f libcrypto.1.1.dylib
rm -f libcrypto.dylib
rm -f libssl.1.1.dylib
rm -f libssl.dylib
rm -f libcrypto.a libssl.a
rm -f apps/openssl test/afalgtest test/asynctest test/bftest
test/bntest test/casttest test/clienthellotest test/constant_time_test
test/ct_test test/danetest test/destest test/dhtest test/dsatest
test/dtlsv1listentest test/ecdhtest test/ecdsatest test/ectest
test/enginetest test/evp_extra_test test/evp_test test/exptest
test/gmdifftest test/heartbeat_test test/hmactest test/ideatest
test/igetest test/md2test test/md4test test/md5test test/mdc2test
test/memleaktest test/nptest test/p5_crpt2_test test/packettest
test/pbelutest test/randtest test/rc2test test/rc4test test/rc5test
test/rmdtest test/rsa_test test/secmemtest test/sha1test test/sha256t
test/sha512t test/srptest test/ssltest test/threadstest
test/v3nametest test/verify_extra_test test/wp_test
rm -f `find . -name '*.d'`
rm -f `find . -name '*.o'`
rm -f ./core
rm -f ./tags ./TAGS
rm -f ./openssl.pc ./libcrypto.pc ./libssl.pc
rm -f `find . -type l`
rm -f ../openssl-1.1.0-pre4-dev.tar

$ find . -name *.dylib
./engines/capi.dylib
./engines/dasync.dylib
./engines/ossltest.dylib
./engines/padlock.dylib

$ make distclean
make: *** No rule to make target 'distclean'.  Stop.
$ make dclean
make: *** No rule to make target 'dclean'.  Stop.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4399
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list