astring new_value = parser_bits::substitute_env_vars(_manifest_list[i]._parms);
environment::set(_manifest_list[i]._payload, new_value);
-//#ifdef DEBUG_BUNDLER
+#ifdef DEBUG_BUNDLER
BASE_LOG(astring("** variable ") + _manifest_list[i]._payload + " should have value=" + new_value);
BASE_LOG(astring("** variable ") + _manifest_list[i]._payload + " now does have value=" + environment::get(_manifest_list[i]._payload));
-//#endif
+#endif
continue;
} else if (ini.get(section_name, "assert_defined", value)) {
# specifies the version of the code that is being constructed here.
major=2
minor=140
-revision=6
+revision=42
build=0
# specifies the remainder of the version record info.
FIRST_TARGETS = create_package
CLEANUPS = $(PRODUCTION_DIR)/install/whole_build*
TYPE = hierarchy
-export TARGET=$(TMP)
+export TARGET=/tmp/zz_wholebuild
include cpp/rules.def
create_package:
ifeq "$(NO_BUILD_PACK)" ""
- $(HIDE)-mkdir $(TARGET)/waste
+ $(HIDE)-mkdir -p $(TARGET)/waste
$(HIDESH)create_whole_build_pack.sh "$(major).$(minor).$(revision).$(build)"
endif
keyword=sources
[docs]
-source=$FEISTY_MEOW_DIR/doc/*
+source=$FEISTY_MEOW_DIR/doc
target=$TARGET/doc
recurse=1
keyword=sources