Re: different behavior with -j2 on solaris

2001-05-16 Thread Paul D. Smith
> With all things being equal, -j2 causes an apparent failure of > the $(wildcard ...) function for us. Please always specify which version of GNU make you're using. It's very likely that you're running into a known problem with signals: the jobserver requires non-restartable system calls, but t

different behavior with -j2 on solaris

2001-05-16 Thread Peter Kurpis
With all things being equal, -j2 causes an apparent failure of the $(wildcard ...) function for us. Specifically, it does not expand to a file (util.o in the example below) thus showing the failure mode when (.) -j2 is used at the top of the build tree and does expand (i.e. to util.o) s