diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-25 09:32:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-25 09:32:47 +0300 |
commit | e6dfd9da6bdc0b2bf8c9990eca83207edf86011f (patch) | |
tree | 7cca012098902ee930dea0522da0a68610affaf7 /configure.in | |
parent | cd43461697c0532b5056f9d3449e880d88084c7d (diff) |
Improve help message at end of configure
Change-Id: I2afa40a0da8fb0df5e9a1ae5f9aee4300854a656
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/configure.in b/configure.in index b1f049d1dc34..b10ad8d3304a 100644 --- a/configure.in +++ b/configure.in @@ -12010,6 +12010,14 @@ cat << _EOF To build, issue: $GNUMAKE +run: $GNUMAKE help +for details + +_EOF + +if test $_os != WINNT -a "$CROSS_COMPILING" != YES; then + cat << _EOF + To install when the build is finished, issue: $GNUMAKE install @@ -12019,12 +12027,7 @@ $GNUMAKE dev-install If you want to run the smoketest, issue: $GNUMAKE check -ATTENTION: Env.Host.sh and Env.Build.sh are no more. -The environment is now in config_host.mk and config_build.mk (for cross-compile) -You do not need to source them, even for partial build. -run: make help -for details - _EOF +fi dnl vim:set shiftwidth=4 softtabstop=4 expandtab: |