summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <norbert@sqdata.com>2010-11-20 23:04:06 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-30 20:25:21 -0600
commit22ce9930770db442cc35d37473baf45d1f064fbe (patch)
treed6d4b978d67fd8b07fe370f398b9d9718e06567c
parentbd636a6f40f1ab4577eb7cdaf1a250e5ab149f48 (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 ffb2de9d9231..ee227a3975f8 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2159,7 +2159,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";