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:
parent
13f1591abe
commit
83b29b0736
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user