From d765f2cd289869d7c138b2e3c7ab7fc961638cd8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 3 Oct 2016 17:24:10 -0400 Subject: [PATCH] cleaning up the cleaning code. still not seeing binaries get deleted... --- nucleus/applications/bundler/makefile | 4 ++-- scripts/clam/clean_subdirs.sh | 0 scripts/clam/make_subdirs.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 scripts/clam/clean_subdirs.sh mode change 100644 => 100755 scripts/clam/make_subdirs.sh 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 -- 2.34.1