summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/env.pm1
-rw-r--r--source4/build/smb_build/main.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/env.pm b/source4/build/smb_build/env.pm
index 76cd8d1a26..01e05d57e3 100644
--- a/source4/build/smb_build/env.pm
+++ b/source4/build/smb_build/env.pm
@@ -50,7 +50,6 @@ sub _set_config($$)
}
$self->{developer} = ($self->{config}->{developer} eq "yes");
- $self->{gnu_make} = ($self->{config}->{GNU_MAKE} eq "yes");
$self->{automatic_deps} = ($self->{config}->{automatic_dependencies} eq "yes");
}
diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl
index 86bbb44a8b..acf8928d32 100644
--- a/source4/build/smb_build/main.pl
+++ b/source4/build/smb_build/main.pl
@@ -106,4 +106,6 @@ To run binaries without installing, set the following environment variable:
EOF
}
+print "To build Samba, run $config::config{MAKE}\n";
+
1;