[bug #64822] Fix appending to a pattern specific variable.

2023-12-17 Thread Rob
Follow-up Comment #2, bug#64822 (group make): Sorry I'm not in a position to confirm it myself, but it looks like this could also fix bug #36486. ___ Reply to this item at: ___

Optimization for $(if ...) function

2017-10-15 Thread Rob W
len (expansion); --- > result = (*expansion != '\0'); Rob. ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

[bug #52209] Support for ifeq function

2017-10-15 Thread Rob
Follow-up Comment #4, bug #52209 (project make): Patch added. The rational is that this is an operation needed to support rebuilding of targets when recipes change. Support for rebuilding of targets on recipe change requires the recipe of every target to be expanded and compared with its previou

filedef.h comment about file_timestamp_sprintf of by 10

2014-07-03 Thread Rob Franken
ce the year might be less than -999 or greater than . === snip === -- Rob ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

RE: error reporting

2014-04-08 Thread Rob Juergens
Attached is a rewrite of the method vfmtconcat() in output.c. It seems to fix the problem. -Original Message- From: Paul Smith [mailto:psm...@gnu.org] Sent: Tuesday, April 08, 2014 2:00 PM To: Rob Juergens Cc: Philip Guenther; bug-make@gnu.org Subject: Re: error reporting On Tue, 2014

RE: error reporting

2014-04-08 Thread Rob Juergens
- From: Paul Smith [mailto:psm...@gnu.org] Sent: Tuesday, April 08, 2014 5:07 AM To: Philip Guenther Cc: Rob Juergens; bug-make@gnu.org Subject: Re: error reporting On Mon, 2014-04-07 at 21:26 -0700, Philip Guenther wrote: > I am unable to reproduce this: Based on the offer of MSVC project file

RE: error reporting

2014-04-08 Thread Rob Juergens
Guenther Cc: Rob Juergens; bug-make@gnu.org Subject: Re: error reporting On Mon, 2014-04-07 at 21:26 -0700, Philip Guenther wrote: > I am unable to reproduce this: Based on the offer of MSVC project files I would guess Rob is running on Windows. I expect this is a result of the buggy snpri

error reporting

2014-04-07 Thread Rob Juergens
a lot of time trying to figure out what is wrong with the makefile. A big step backward in error reporting. Please fix this. Also, attached are VS2008 & VS2012 solution/project files. No one is using VS2003 anymore. Thanks, Rob Juergens rjuerg...@esri.com&l

Re: [bug #36641] Crash when using ridiculously large target names

2012-06-12 Thread Rob Walker
t;> strncpy (stem_str, stem, stemlen_copy); >> stem_str[stemlen_copy] = '\0'; The proposed patch has yet another buffer overrun, off by one. -Rob ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: make buildin function strings handling

2012-05-21 Thread Rob Walker
That's the expected behavior... Your code below is equivalent to: tmp1=$(obj) tmp2=$(word 1,$(obj)) Try it yourself: makefile: all: ; @# $(info $(word 1,$$(foo)) -Rob On 5/21/2012 9:24 AM, Incarnation Lee wrote: I am improving my codes which managed by gnu make recently. And I fo

Follow-up

2011-07-11 Thread Rob Holbert
like to use sort to put my sources in order. This way it is easier to see if an object file is missing for instance. Best Regards, Rob Makefile Description: Binary data ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug

Potential

2011-07-11 Thread Rob Holbert
case unchanged. I like to use sort to put my sources in order. This way it is easier to see if an object file is missing for instance. Best Regards, Rob ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: New Feature Submission for GNU Make

2011-06-13 Thread Rob Walker
idea. Any seconds? -Rob On 6/12/11 2:42 PM, Ben Robinson wrote: > Hello, > > I thank the community for their feedback regarding my submission of > $(trimpath ...) and $(relpath ...). Many other benefits to the > submission have been identified which would improve GNU Make if > i

Re: svn 14407 broke the repository.

2006-03-04 Thread Rob Landley
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... > >> > >> Missing dependency of applets/applets.o vs. .c

Re: svn 14407 broke the repository.

2006-03-03 Thread Rob Landley
ude $(patsubst %,%/Makefile.in,$(SRC_DIRS)) If I comment that out, it then says "No rule to make target `/root/scripts/config/Makefile', needed by `scripts/config/Makefile'. P.S. Either way it still tries to run the "h;y/[a-z]/[A-Z]/" thing through /bin/sh instead of sed

Re: Need help with Windows port for GNU make (+ DOS pretesters)

2000-05-09 Thread Rob Tulloh
well. Please don't hesitate to contact me if you would like to talk about it or gain historical knowledge. I am happy to do this. Rob - Original Message - From: Paul D. Smith <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Automake List <[