"convenience" symlinks be-gone. Staff client only works out of hte build/ directory now
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Oct 2007 20:38:25 +0000 (20:38 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Oct 2007 20:38:25 +0000 (20:38 +0000)
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

index 9c1fb4b..465cdaa 100644 (file)
@@ -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 '