Skip to content

Instantly share code, notes, and snippets.

@nullstyle
Created July 29, 2015 18:07
Show Gist options
  • Save nullstyle/2eebca44fda738c21fbb to your computer and use it in GitHub Desktop.
Save nullstyle/2eebca44fda738c21fbb to your computer and use it in GitHub Desktop.
Making clean in .
test -z "test-suite.log .gitignore~ *~" || rm -f test-suite.log .gitignore~ *~
rm: ~: is a directory
make[1]: [clean-generic] Error 1 (ignored)
rm -rf .libs _libs
test -z "lib/libsoci.a lib/lib3rdparty.a lib/libmedida.a" || rm -f lib/libsoci.a lib/lib3rdparty.a lib/libmedida.a
rm -f *.o
rm -f lib/asio/src/*.o
rm -f lib/http/*.o
rm -f lib/json/*.o
rm -f lib/libmedida/src/medida/*.o
rm -f lib/libmedida/src/medida/reporting/*.o
rm -f lib/libmedida/src/medida/stats/*.o
rm -f lib/soci/src/backends/postgresql/*.o
rm -f lib/soci/src/backends/sqlite3/*.o
rm -f lib/soci/src/core/*.o
rm -f lib/sqlite/*.o
rm -f lib/util/*.o
rm -f *.lo
Making clean in src
rm -f stellar-core
test -z "xdr/Stellar-SCP.h xdr/Stellar-ledger-entries.h xdr/Stellar-ledger.h xdr/Stellar-overlay.h xdr/Stellar-transaction.h xdr/Stellar-types.h StellarCoreVersion.h *~ */*~ stellar*.log" || rm -f xdr/Stellar-SCP.h xdr/Stellar-ledger-entries.h xdr/Stellar-ledger.h xdr/Stellar-overlay.h xdr/Stellar-transaction.h xdr/Stellar-types.h StellarCoreVersion.h *~ */*~ stellar*.log
rm -rf .libs _libs
rm -f *.o
rm -f bucket/*.o
rm -f crypto/*.o
rm -f database/*.o
rm -f herder/*.o
rm -f history/*.o
rm -f ledger/*.o
rm -f main/*.o
rm -f overlay/*.o
rm -f process/*.o
rm -f scp/*.o
rm -f simulation/*.o
rm -f transactions/*.o
rm -f util/*.o
test -z "test/selftest-pg.log" || rm -f test/selftest-pg.log
test -z "test/selftest-pg.trs" || rm -f test/selftest-pg.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment