Re: svn 14407 broke the repository.

2006-03-03 Thread Rob Landley
On Friday 03 March 2006 11:39 am, Bernhard Fischer wrote: > >When the path the file is actually at would > >be /root/busybox/coreutils/libcoreutils/Makefile.in > > Looks like doesn't understand the $(notdir) there. > Can you please try to just drop that whole line? This would not > initialize the W

Re: svn 14407 broke the repository.

2006-03-03 Thread Bernhard Fischer
On Thu, Mar 02, 2006 at 05:36:45PM -0500, Rob Landley wrote: >On Thursday 02 March 2006 3:51 pm, Bernhard Fischer wrote: >> On Thu, Mar 02, 2006 at 02:32:53PM -0500, Rob Landley wrote: >> >On Thursday 02 March 2006 1:18 pm, Bernhard Fischer wrote: >> >> >Not happy... >> I *think* that i'm tripping

Re: Make-3.81 rc1 hangs with -j 2 (multiplatform)

2006-03-03 Thread J. David Bryan
Boris, On 27 Feb 2006 at 21:13, Boris Kolpackov wrote: > That would be > > test.3: | test.2 Ah yes, thanks. > I think a better workaround would be to remove test.2 from .SECONDARY. Actually, that case still hangs for me, under both Unix and Windows. Could you please test that again, being

Re: Make-3.81 rc1 hangs with -j 2 (multiplatform)

2006-03-03 Thread Boris Kolpackov
David, J. David Bryan <[EMAIL PROTECTED]> writes: > On 27 Feb 2006 at 13:09, Paul D. Smith wrote: > > > %% Boris Kolpackov <[EMAIL PROTECTED]> writes: > > > > bk> 3. If I replace the "%.3 : | %.2" rule with the equivalent normal > > bk> rule, make does not hang. > > What would the "equivalent

Re: svn 14407 broke the repository.

2006-03-03 Thread Paul D. Smith
%% Bernhard Fischer <[EMAIL PROTECTED]> writes: bf> I *think* that i'm tripping a bug in "my" make-3.81b4 version. bf> Please reread the bug with-make-and-e2fsprogs mail ยน) or just bf> apply *and* *checkin* the attached alleged proper fix which will bf> make make-3.81b4 (from debian) go up

[bug #15968] make fails trying to stat a .PHONY target: p:foo

2006-03-03 Thread greg keranen
URL: Summary: make fails trying to stat a .PHONY target: p\:foo Project: make Submitted by: gkeranen Submitted on: Fri 03/03/06 at 01:31 Severity: 3 - Normal

[bug #15937] default_names test dies on Cygwin; $port_type = 'UNIX'; should be 'W32'

2006-03-03 Thread Agent Zhang
Follow-up Comment #1, bug #15937 (project make): > default_names attempts to avoid testing with only makefile > and Makefile present on case-insensitive file systems > (DOS/WIN32 platforms) by using the test: > if ($port_type eq 'UNIX') > > Unfortunately, Cygwin was set to 'UNIX' (the default > a

make 3.81rc1 / MSYS

2006-03-03 Thread David Ergo
Hello, I managed to compile a working version of make 3.81rc1 for MSYS but I had do some modifications. first config/config.guess and config/config.sub must be simply patched to support MSYS build system (see config_msys.patch in attachment). sources must be patched (bugs correction) like specif