many pervasive clean-ups
[feisty_meow.git] / production / setup_src / whole_build_package / makefile
index c2f3327c94d49e8be3f37cb0ba0727e96870be94..c881287752b6ce867ed96999c31e52411307cdc5 100644 (file)
@@ -1,16 +1,16 @@
 include cpp/variables.def
 
 PROJECT = Whole_Build_Pack
-FIRST_TARGETS = create_package
-CLEANUPS = $(PRODUCTION_DIR)/install/whole_build*
+FIRST_TARGETS += create_package
+CLEANUPS += $(RUNTIME_PATH)/install/whole_build* $(RUNTIME_PATH)/install/sources_*
 TYPE = hierarchy
-export TARGET=/tmp/zz_wholebuild
+export TARGET=/tmp/zz_wholebuild_$(USER)
 
 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