bell target for Makefile. Just sends the ASCII bell character to the screen :)
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Oct 2009 05:23:44 +0000 (05:23 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 13 Oct 2009 05:23:44 +0000 (05:23 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14390 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/Makefile.am

index e50540d..cef6f87 100644 (file)
@@ -65,6 +65,9 @@ stamp:
        @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/