[Lunar-commits] <moonbase-other> wxGTK: cleanup BUILD
v4hn
me at v4hn.de
Sat Jan 26 20:37:52 CET 2013
commit 9d7e625b4303cd4419353a2f9b3f8033d9690eee
Author: v4hn <me at v4hn.de>
Date: Sat, 26 Jan 2013 11:37:52 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/9d7e625b4303cd4419353a2f9b3f8033d9690eee
wxGTK: cleanup BUILD
Don't track all file operations during the _build_ of external libs!
---
libs/wxGTK/BUILD | +7/-6
1 file changed, 7 insertions(+), 6 deletions(-)
--- a/libs/wxGTK/BUILD
+++ b/libs/wxGTK/BUILD
@@ -11,17 +11,18 @@
--enable-optimise \
$OPTS &&
default_make &&
+ devoke_installwatch &&
for DIR in contrib/src/stc \
contrib/src/gizmos \
contrib/src/ogl;
do
-
- cd $DIR;
- make;
- make install;
- cd $SOURCE_DIRECTORY;
-
+ cd $DIR &&
+ make &&
+ invoke_installwatch &&
+ make install &&
+ devoke_installwatch &&
+ cd $SOURCE_DIRECTORY
done
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list