projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move the moved call to the right place...
[Evergreen.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
f0f31e4
..
fbb6bc0
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,17
+14,25
@@
# GNU General Public License for more details.
# --------------------------------------------------------------------
# GNU General Public License for more details.
# --------------------------------------------------------------------
-all:
config
build
+all: build
-config:
- ./config.sh
+verbose: oldconfig
+ @./install.sh build verbose
-build:
- ./install.sh build
+config:
+ @./config.sh
+
+oldconfig: install.conf
+
+install.conf:
+ @./config.sh
+
+build: oldconfig
+ @./install.sh build
install:
install:
- ./install.sh install
+
@
./install.sh install
clean:
clean:
- ./install.sh clean
+
@
./install.sh clean