diff options
author | Kean Johnston <kean@isc.org> | 2013-12-02 15:06:17 +0100 |
---|---|---|
committer | Kean Johnston <kean@isc.org> | 2013-12-02 15:06:17 +0100 |
commit | d186a7f908e4796311fbfb97fc5e534b2bdb681d (patch) | |
tree | 93e8d782404fc719655a80d1397bb856f80188a4 /configure.ac | |
parent | [master] Add ChangeLog entry for #3213 (diff) | |
download | kea-d186a7f908e4796311fbfb97fc5e534b2bdb681d.tar.xz kea-d186a7f908e4796311fbfb97fc5e534b2bdb681d.zip |
[1501] Added warning about -j to configure output
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b9007b0e73..070466fb68 100644 --- a/configure.ac +++ b/configure.ac @@ -1709,4 +1709,8 @@ cat <<EOF run "make check", you must run "make" first as some files need to be generated by "make" before "make check" can be run. + When running "make install" do not use any form of parallel or job + server options (such as GNU make's -j option). Doing so is guaranteed + to cause errors. + EOF |