bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34830] minor windows fixes


From: Paul D. Smith
Subject: [bug #34830] minor windows fixes
Date: Tue, 15 Nov 2011 22:17:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Ubuntu/10.10 (maverick) Firefox/3.6.23

Follow-up Comment #3, bug #34830 (project make):

Well, I can't test it because I have no Windows tools

Anyway the case statement is right.  What it's trying to ask is if ANY value
in the list is "no".  The "*" will match zero or more chars, so this says,
basically, if the string "/no/" appears anywhere in the string then set the
value to no.

But, this should be totally irrelevant on windows because the next statement
is:


# Also supported on OS2 and W32
case "$host_os" in
  os2*|mingw32) make_cv_sa_restart=yes ;;
esac


Oh bummer, that's wrong.  It should say make_cv_job_server=yes not
make_cv_sa_restart=yes  Cut and paste error.

Can you fix that and see if it helps?

Also, is that the right host_os value?  Any others?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34830>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]