[open-ils-commits] r14390 - trunk/Open-ILS/xul/staff_client (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 13 01:23:47 EDT 2009


Author: phasefx
Date: 2009-10-13 01:23:44 -0400 (Tue, 13 Oct 2009)
New Revision: 14390

Modified:
   trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
bell target for Makefile.  Just sends the ASCII bell character to the screen :)

Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am	2009-10-13 05:23:43 UTC (rev 14389)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am	2009-10-13 05:23:44 UTC (rev 14390)
@@ -65,6 +65,9 @@
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.js' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 	@if [ -n "${STAFF_CLIENT_BUILD_ID}" ]; then find build/ -name '*.xml' -exec sed -i s/xul\\\/server/xul\\\/${STAFF_CLIENT_BUILD_ID}\\\/server/g {} \; ; fi
 
+bell:
+	@perl -e 'print "Ringing bell..." . chr(7) . "\n";'
+
 bundle:
 	@rm -f build/build.tar
 	@tar cf build.tar build/



More information about the open-ils-commits mailing list