[open-ils-commits] r7915 -
branches/rel_1_2/Open-ILS/xul/staff_client
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 22 16:52:01 EDT 2007
Author: phasefx
Date: 2007-10-22 16:38:25 -0400 (Mon, 22 Oct 2007)
New Revision: 7915
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/Makefile
Log:
"convenience" symlinks be-gone. Staff client only works out of hte build/ directory now
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/Makefile
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/Makefile 2007-10-22 05:55:11 UTC (rev 7914)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/Makefile 2007-10-22 20:38:25 UTC (rev 7915)
@@ -6,7 +6,7 @@
@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 @@
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 '
More information about the open-ils-commits
mailing list