Create top-level bin and lib dirs if missing and really clean bin files.

git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@56 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
gstaples 2006-05-23 19:10:59 +00:00
parent 13f1591abe
commit 83b29b0736
3 changed files with 5 additions and 0 deletions

2
configure vendored
View File

@ -7476,6 +7476,8 @@ fi
# Do miscellaneous configure steps
touch maui.ck
touch maui-private.cfg
test -d bin || mkdir bin
test -d lib || mkdir lib
# Display final messages
if test -z "`echo $PATH | grep \"$prefix\" 2>/dev/null`"; then

View File

@ -513,6 +513,8 @@ AC_OUTPUT
# Do miscellaneous configure steps
touch maui.ck
touch maui-private.cfg
test -d bin || mkdir bin
test -d lib || mkdir lib
# Display final messages
if test -z "`echo $PATH | grep \"$prefix\" 2>/dev/null`"; then

View File

@ -105,6 +105,7 @@ mprof: $(POBJECTS)
clean:
rm -f *.o $(BIN)/maui $(BIN)/mclient $(BIN)/mprof
cd $(BIN) && rm -f $(MCLIENTS)
remove:
rm $(INST_DIR)/bin/mclient