a ton of changes to fix the production directory. formerly this directory $FEISTY_ME...
authorChris Koeritz <fred@gruntose.com>
Tue, 1 Dec 2015 04:23:30 +0000 (23:23 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 1 Dec 2015 04:23:30 +0000 (23:23 -0500)
commit102061cab065f647954f3e935f11f433e2f088d4
tree8c3f48804016062940a374076ed8cc014511f3d0
parent36b908cbff4e640e02d9a5b9dd011225194a1cbb
a ton of changes to fix the production directory.  formerly this directory $FEISTY_MEOW_DIR/production was a mix of source code, library files and generated objects, logs, and executables.  yuck.  now the production folder is just source and libraries.  there is now a new runtime directory for all the generated content, like the apps produced during the build.  this directory is located under $TMP in order to avoid polluting the same directory tree that feisty meow lives in.  this will also support system-wide installs better.
37 files changed:
building.txt
doc/clam_manual/clam_docs.html
doc/feisty_meow_dox.config
nucleus/applications/bundler/bundle_creator.cpp
nucleus/applications/utilities/time_running_app.cpp
nucleus/makefile
production/assign_bases/whack_odd_dlls.sh
production/codescan.ini
production/setup_src/bundle_example/create_bundle.sh
production/setup_src/bundle_example/example_manifest.txt
production/setup_src/whole_build_package/create_whole_build_pack.sh
production/setup_src/whole_build_package/makefile
production/setup_src/whole_build_package/whole_build_manifest.txt
scripts/bookmarks/create_marks.sh
scripts/cgi/prepare_cgi_bin_for_apache.sh
scripts/clam/cpp/preconditions.sh
scripts/clam/cpp/rules.def
scripts/clam/cpp/variables.def
scripts/clam/dotnet-retired/csharper.sh [new file with mode: 0644]
scripts/clam/dotnet-retired/postconditions.sh [new file with mode: 0644]
scripts/clam/dotnet-retired/preconditions.sh [new file with mode: 0644]
scripts/clam/dotnet-retired/readme.txt [new file with mode: 0644]
scripts/clam/dotnet-retired/rules.def [new file with mode: 0644]
scripts/clam/dotnet-retired/variables.def [new file with mode: 0644]
scripts/clam/dotnet/csharper.sh [deleted file]
scripts/clam/dotnet/postconditions.sh [deleted file]
scripts/clam/dotnet/preconditions.sh [deleted file]
scripts/clam/dotnet/readme.txt [deleted file]
scripts/clam/dotnet/rules.def [deleted file]
scripts/clam/dotnet/variables.def [deleted file]
scripts/clam/variables.def
scripts/core/create_tempdir.sh
scripts/core/variables.sh
scripts/generator/bootstrap_build.sh
scripts/generator/build_variables.sh
scripts/generator/vis_stu_vars.sh
scripts/generator/whack_build.sh