summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-09-21 16:33:40 +0200
committerPetr Mladek <pmladek@suse.cz>2010-09-21 16:59:12 +0200
commit7ea508e89e22cd48c8868f6e132aa79c0a36bc04 (patch)
tree9d7317363d8f9e4690951096c9ab520bfe71f615
parent37cf85e2feaef2ddc9d1e7db66f5aca0d1d3fb84 (diff)
Call fetch_tarballs.sh from make
-rw-r--r--Makefile.in1
-rw-r--r--set_soenv.in3
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 978e19301cba..2b201b3876eb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,6 +4,7 @@ SHELL=/bin/sh
all:
. ./*[Ee]nv.[Ss]et.sh && \
+ ./fetch_tarballs.sh ooo.lst && \
./bootstrap && \
cd instsetoo_native && ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -P@BUILD_MAX_JOBS@
diff --git a/set_soenv.in b/set_soenv.in
index 5b5ab4b2022c..068389dcb973 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2118,9 +2118,6 @@ print "*********************************************************".
"******************* $newline";
print "\nTo build, do:\n";
-print " \$ source $outfile.sh\n";
-print " \$ ./bootstrap\n";
-print " \$ ./fetch_tarballs.sh\n";
print " \$ make\n\n";
print "Developer installation (after you have built):\n";
print " \$ make dev-install\n\n";