[nautilus-actions] run-autogen.sh: do not automatically make && make install after configure
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] run-autogen.sh: do not automatically make && make install after configure
- Date: Sun, 4 Dec 2011 14:43:06 +0000 (UTC)
commit 3719893a7a8b88e129690d163920ac3c82ee0d04
Author: Pierre Wieser <pwieser trychlos org>
Date: Sun Dec 4 15:16:45 2011 +0100
run-autogen.sh: do not automatically make && make install after configure
ChangeLog | 2 ++
run-autogen.sh | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7d34c14..481d202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-12-04 Pierre Wieser <pwieser trychlos org>
+ * run-autogen.sh: Do not automatically make && make install after configure.
+
* run-distcheck.sh: Fix cleanup before making distcheck.
2011-12-03 Pierre Wieser <pwieser trychlos org>
diff --git a/run-autogen.sh b/run-autogen.sh
index fc2fbb0..77f25d7 100755
--- a/run-autogen.sh
+++ b/run-autogen.sh
@@ -93,12 +93,12 @@ echo "\${conf_cmd} \${conf_args}
"
tput sgr0
-\${conf_cmd} \${conf_args} &&
-make &&
-make install
+\${conf_cmd} \${conf_args}
EOF
echo "Executing ${runconf}
"
chmod a+x ${runconf}
-exec ${runconf}
+${runconf} &&
+make -C _build &&
+make -C _build install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]