Re: Windows XP and make 3.80

2006-05-05 Thread Eli Zaretskii
> Date: Fri, 05 May 2006 10:14:38 -0400 > From: =?ISO-8859-1?Q?Pablo_Alarc=F3n_Pavez?= <[EMAIL PROTECTED]> > > Command: make clean > OS: Windows XP version 2002, service pack 2 > make version: 3.80 > > It interprets "rmdir /q /s lib" as rmdir /q, rmdir /s and rmdir lib with > errors. Do you hav

[gnu.org #286638] Finding Gmake

2006-05-05 Thread John Sullivan via RT
> [EMAIL PROTECTED] - Tue May 02 14:59:45 2006]: > > Software everywhere tells you to 'use gmake, which is freely > available from gnu's site'. > > So why when you go to gnu's site does 'search' for 'gmake' not find > it? Apparently because gnu calls it GNU Make. Why not add a little > page exp

[bug #16531] Substitution reference and secondary expansion

2006-05-05 Thread Boris Kolpackov
Follow-up Comment #1, bug #16531 (project make): GNU make gets confused by the % in your patsubst call. You will need to add an indirection: .PHONY: foo.bar .SECONDEXPANSION: p := % foo: $$(patsubst $p,$p.bar,$$@); @echo $^ ___ Reply to

[bug #16531] Substitution reference and secondary expansion

2006-05-05 Thread anonymous
URL: Summary: Substitution reference and secondary expansion Project: make Submitted by: None Submitted on: 金曜日 2006年05月05日 at 15:36 UTC Severity: 3 - Normal

Windows XP and make 3.80

2006-05-05 Thread Pablo Alarcón Pavez
Hello People, I'm attaching a very simple makefile that have some problem with command interpreter on Windows XP. I haven't found something on the documentation and i'm still trying to figure out if is it there a problem on my set up. Command: make clean OS: Windows XP version 2002, service