From: Chris Koeritz Date: Mon, 3 Oct 2016 21:24:10 +0000 (-0400) Subject: cleaning up the cleaning code. X-Git-Tag: 2.140.90~394 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=d765f2cd289869d7c138b2e3c7ab7fc961638cd8 cleaning up the cleaning code. still not seeing binaries get deleted... --- diff --git a/nucleus/applications/bundler/makefile b/nucleus/applications/bundler/makefile index fec2e553..7f317de8 100644 --- a/nucleus/applications/bundler/makefile +++ b/nucleus/applications/bundler/makefile @@ -22,7 +22,7 @@ maker: $(MAKE) -f makefile.unpacker_stub breaker: - $(MAKE) CLEAN=t -f makefile.bundle_creator clean - $(MAKE) CLEAN=t -f makefile.unpacker_stub clean + $(MAKE) -f makefile.bundle_creator clean + $(MAKE) -f makefile.unpacker_stub clean diff --git a/scripts/clam/clean_subdirs.sh b/scripts/clam/clean_subdirs.sh old mode 100644 new mode 100755 diff --git a/scripts/clam/make_subdirs.sh b/scripts/clam/make_subdirs.sh old mode 100644 new mode 100755