cleaning up the cleaning code.
authorChris Koeritz <fred@gruntose.com>
Mon, 3 Oct 2016 21:24:10 +0000 (17:24 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 3 Oct 2016 21:24:10 +0000 (17:24 -0400)
still not seeing binaries get deleted...

nucleus/applications/bundler/makefile
scripts/clam/clean_subdirs.sh [changed mode: 0644->0755]
scripts/clam/make_subdirs.sh [changed mode: 0644->0755]

index fec2e5537d0cd8c5e760c3a4f86c65f0e57b2408..7f317de888f5e21697b64c276cd0054c7388204f 100644 (file)
@@ -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
 
 
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)