summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <norbert@sqdata.com>2010-11-20 23:04:06 -0600
committerNorbert Thiebaud <norbert@sqdata.com>2010-11-20 23:04:06 -0600
commit499dd199b72988e579a6adf4763cc70300bf4593 (patch)
tree960832b77374a5b15093de465663caf2e03d09a8
parentc36e95ebb56ce5373c7a2e18c754c139df31d4bc (diff)
correct the instructions:./download and ./g clone are implicit with make
-rw-r--r--set_soenv.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index a83c29ba4..a7dc52ceb 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2154,7 +2154,6 @@ if ( $Warning ne "" )
print "*********************************************************".
"******************* $newline";
-print "\nTo download the build dependencies, issue:\n./g clone\n./download\n\n";
print "To build, issue:\nmake\n\n";
print "For the developer installation, issue:\nmake dev-install\n\n";