Parcourir la source

[1501] Added warning about -j to configure output

Kean Johnston il y a 11 ans
Parent
commit
d186a7f908
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      configure.ac

+ 4 - 0
configure.ac

@@ -1709,4 +1709,8 @@ cat <<EOF
   run "make check", you must run "make" first as some files need to be
   run "make check", you must run "make" first as some files need to be
   generated by "make" before "make check" can be run.
   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
 EOF