From b2b781b0a5f22d56bb757fd705d3ffc589008dd0 Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 13 Oct 2009 05:23:44 +0000
Subject: [PATCH] bell target for Makefile.  Just sends the ASCII bell
 character to the screen :)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14390 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/xul/staff_client/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am
index e50540d725..cef6f877e3 100644
--- a/Open-ILS/xul/staff_client/Makefile.am
+++ b/Open-ILS/xul/staff_client/Makefile.am
@@ -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/
-- 
2.11.0