From ee291bd448c9fa297f7d0e50fd80d11caf511803 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 22 Oct 2007 20:38:25 +0000 Subject: [PATCH] "convenience" symlinks be-gone. Staff client only works out of hte build/ directory now git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7915 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Open-ILS/xul/staff_client/Makefile b/Open-ILS/xul/staff_client/Makefile index 9c1fb4b65f..465cdaad4d 100644 --- a/Open-ILS/xul/staff_client/Makefile +++ b/Open-ILS/xul/staff_client/Makefile @@ -6,7 +6,7 @@ all: build @echo @echo -build: remove_symlinks build_dir generated open-ils custom stamp add_symlinks +build: remove_symlinks build_dir generated open-ils custom stamp @echo @echo @echo To test the staff client: @@ -19,20 +19,6 @@ remove_symlinks: find server/ -type l -exec rm -f {} \; find chrome/ -type l -exec rm -f {} \; -add_symlinks: - @echo - @echo Adding convenience symlinks back into server/ and chrome/ - ln -s ../chrome/content/util server/util - ln -s ../chrome/content/auth server/auth - ln -s ../../chrome/content/main/constants.js server/main/constants.js - ln -s ../../chrome/content/main/lang.js server/main/lang.js - ln -s ../../chrome/content/main/simple_auth.xul server/main/simple_auth.xul - ln -s ../../chrome/content/OpenILS/data.js server/OpenILS/data.js - #(cd build/chrome/content/OpenSRF/; for x in *; do ln -s ../../../build/chrome/content/OpenSRF/$$x ../../../../chrome/content/OpenSRF/$$x; done) - (cd build/chrome/content/OpenILS/util/; for x in *; do if [ $$x != 'fmall.js' ]; then ln -s ../../../../build/chrome/content/OpenILS/util/$$x ../../../../../chrome/content/OpenILS/util/$$x; fi ; done) - #(cd build/chrome/content/legacy/; for x in [a-z]*; do ln -s ../../../build/chrome/content/legacy/$$x ../../../../chrome/content/legacy/$$x; done) - (cd build/chrome/locale/en-US/; for x in *; do ln -s ../../../build/chrome/locale/en-US/$$x ../../../../chrome/locale/en-US/$$x; done) - build_dir: @echo @echo '********************************************************* Kludge, make sure these directories exists ' -- 2.11.0