a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
[feisty_meow.git] / production / setup_src / whole_build_package / makefile
index 86bcc4508af360e9976d3531c3cc4d7e87c47032..b49a0de583f7edfb6e62c86f2211545858537c11 100644 (file)
@@ -2,7 +2,7 @@ include cpp/variables.def
 
 PROJECT = Whole_Build_Pack
 FIRST_TARGETS = create_package
-CLEANUPS = $(PRODUCTION_DIR)/install/whole_build*
+CLEANUPS = $(RUNTIME_DIR)/install/whole_build*
 TYPE = hierarchy
 export TARGET=/tmp/zz_wholebuild_$(USER)
 
@@ -10,7 +10,7 @@ include cpp/rules.def
 
 create_package:
 ifeq "$(NO_BUILD_PACK)" ""
-       $(HIDE)-mkdir -p $(TARGET)/waste
+#will it fail? $(HIDE)-mkdir -p $(TARGET)/waste
        $(HIDESH)create_whole_build_pack.sh "$(major).$(minor).$(revision).$(build)"
 endif