[open-ils-commits] r8583 - trunk
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Feb 2 15:16:49 EST 2008
Author: dbs
Date: 2008-02-02 14:48:53 -0500 (Sat, 02 Feb 2008)
New Revision: 8583
Modified:
trunk/install.sh
Log:
Make "make clean" clean the staff_client directory as well
Modified: trunk/install.sh
===================================================================
--- trunk/install.sh 2008-02-02 19:48:13 UTC (rev 8582)
+++ trunk/install.sh 2008-02-02 19:48:53 UTC (rev 8583)
@@ -261,6 +261,7 @@
loadConfig;
make "TMP=$TMP" -s -C "$OPENILSDIR" clean;
make "TMP=$TMP" -s -C "$EVERGREENDIR" clean;
+ make "TMP=$TMP" -s -C "$OPENILSDIR/../xul/staff_client" clean;
}
function usage {
More information about the open-ils-commits
mailing list