[bug #49262] Update match-anything rule documentation

2016-10-03 Thread Luke Allardyce
Follow-up Comment #4, bug #49262 (project make): I thought it might be useful to mention it in the chaining section as well as it is behavior specific to implicit rule chaining. ___ Reply to this item at:

[bug #49262] Update match-anything rule documentation

2016-10-03 Thread Luke Allardyce
Follow-up Comment #2, bug #49262 (project make): That paragraph doesn't apply to something like %.o: foo @echo $@ %: @echo $@ $ make foo.o -R $ make: *** No rule to make target 'foo.o'. Stop. ___ Reply to this item at:

[bug #49262] Update match-anything rule documentation

2016-10-03 Thread Luke Allardyce
URL: Summary: Update match-anything rule documentation Project: make Submitted by: lukeallardyce Submitted on: Tue 04 Oct 2016 03:47:00 AM GMT Severity: 3 - Normal Item G

RE: [PATCH] Silence some compiler warnings

2016-05-31 Thread Luke Allardyce
Great, thanks. They both seem to be fixed in gnulib. From: Paul Smith Sent: 31 May 2016 16:23 To: Luke Allardyce; bug-make@gnu.org Subject: Re: [PATCH] Silence some compiler warnings On Tue, 2016-05-31 at 11:14 +0900, Luke Allardyce wrote: > GCC complains about unused parameters and an ambigu

[PATCH] Silence some compiler warnings

2016-05-30 Thread Luke Allardyce
GCC complains about unused parameters and an ambiguous-looking if-else in getopt.c diff --git a/getopt.c b/getopt.c index e3538d4..1c83bf6 100644 --- a/getopt.c +++ b/getopt.c @@ -434,6 +434,9 @@ _getopt_initialize (int argc, char *const *argv, const char *optstring) } else nonoption_

[PATCH][bug #48037] Add glob folder include to w32/Makefile.am

2016-05-27 Thread Luke Allardyce
Fixes windows build when compiling with make. diff --git a/w32/Makefile.am b/w32/Makefile.am index b0b4734..53ba788 100644 --- a/w32/Makefile.am +++ b/w32/Makefile.am @@ -22,4 +22,5 @@ noinst_LIBRARIES = libw32.a libw32_a_SOURCES = subproc/misc.c subproc/sub_proc.c subproc/w32err.c \

Cross building for windows broken on trunk

2016-03-30 Thread Luke Allardyce
posixos.c needs to be excluded and w32os.c is missing from the w32 lib when cross building for windows, I got things working with the following diff --git a/Makefile.am b/Makefile.am index 96c4ae2..d878a37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,10 +41,14 @@ endif make_SOURCES = ar.c a