summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/main.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-25 18:51:39 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-25 18:51:39 +0100
commit3f6a915f2bf18e20d22a75cd1320f6cd4358d709 (patch)
treed6fc7bfb45f9ab31dceb6d431dc89c5e25277019 /source4/build/smb_build/main.pl
parent8e42aee98e09f6d59031f5bcf2ae454f1305f127 (diff)
downloadsamba-3f6a915f2bf18e20d22a75cd1320f6cd4358d709.tar.gz
samba-3f6a915f2bf18e20d22a75cd1320f6cd4358d709.tar.bz2
samba-3f6a915f2bf18e20d22a75cd1320f6cd4358d709.zip
Move configure output details out of perl code.
(This used to be commit 7fe2d6666e6a1ae6a9453ccbe9a0a9136f028e55)
Diffstat (limited to 'source4/build/smb_build/main.pl')
-rw-r--r--source4/build/smb_build/main.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl
index acf8928d32..741de22b2f 100644
--- a/source4/build/smb_build/main.pl
+++ b/source4/build/smb_build/main.pl
@@ -99,13 +99,4 @@ $mkenv->write("data.mk");
summary::show($OUTPUT, \%config::config);
-if ($shared_libs_used) {
- print <<EOF;
-To run binaries without installing, set the following environment variable:
- $config::config{LIB_PATH_VAR}=$config::config{builddir}/bin/shared
-EOF
-}
-
-print "To build Samba, run $config::config{MAKE}\n";
-
1;