projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c047cdc
)
Make "make clean" clean the staff_client directory as well
author
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 2 Feb 2008 19:48:53 +0000
(19:48 +0000)
committer
dbs
<dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 2 Feb 2008 19:48:53 +0000
(19:48 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@8583
dcc99617
-32d9-48b4-a31d-
7c20da2025e4
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
74677b3
..
32839e0
100755
(executable)
--- a/
install.sh
+++ b/
install.sh
@@
-261,6
+261,7
@@
function cleanMe {
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 {