bug-make
[Top][All Lists]
Advanced

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

Re: make-3.8


From: Paul D. Smith
Subject: Re: make-3.8
Date: Tue, 8 Oct 2002 17:12:40 -0400

%% Wendy Palm <address@hidden> writes:

  wp> sorry, i phrased it slightly wrong.  you're right, it's not
  wp> HAVE_SA_RESTART but SA_RESTART that isn't in <signal.h>.
  wp> irregardless, CRAYs do not have SA_RESTART capability, so it's not
  wp> set.

Do they allow enabling/disabling restartable system calls in any other
way (IIRC someone mentioned some systems supporting sigvec or similar)?

Seems a shame to not be able to run parallel builds.

  wp> --- make-3.80/configure Thu Oct  3 13:18:48 2002
  wp> +++ make-3.80.new/configure     Tue Oct  8 14:52:28 2002

Any change to the configure script has to go through the autoconf team,
at address@hidden

  wp> -#if defined(MAKE_JOBSERVER) && defined(HAVE_FCNTL_H)
  wp> +#if defined(MAKE_JOBSERVER) || defined(_UNICOS) && defined(HAVE_FCNTL_H)
  wp>  # include <fcntl.h>
  wp>  #endif

I was just going to remove the MAKE_JOBSERVER stuff and leave it as:

  #if defined(HAVE_FCNTL_H)
  # include <fcntl.h>
  #endif

it won't hurt to include that header anyway.
 
  wp> do the different packages share config.sub and config.guess files too?

Yes; in fact these are more explicitly shared and can be updated pretty
quickly; they are stuck on the FSF's FTP site and many packages download
new versions as part of their package release process.

Any updates to those should be sent to <address@hidden> (see the
comments at the top of these files for more info).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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