[bug #40801] $(info), $(warning), $(error) are evaluated in a comment in a define

2013-12-04 Thread anonymous
URL: Summary: $(info), $(warning), $(error) are evaluated in a comment in a define Project: make Submitted by: None Submitted on: Wed 04 Dec 2013 10:26:31 AM UTC Severity: 3 - Normal

[bug #40610] gmake 4.0 loops rebuilding included makefiles

2013-11-17 Thread anonymous
Follow-up Comment #4, bug #40610 (project make): Yes, it's a tmpfs bug; this has been confirmed. See the downstream url. It would be better if gmake could avoid looping, but if you don't see a way, then I guess it isn't reasonably possible. Does it re-exec itself after rebuilding all included mak

[bug #40610] gmake 4.0 loops rebuilding included makefiles

2013-11-17 Thread anonymous
Follow-up Comment #2, bug #40610 (project make): It loops running the recipe for objdir/depend.mk. It does not rerun the mkdir. Moving the mkdir into the recipe for depend.mk does not change the behavior; however, removing objdir from the depends of depend.mk does. If depend.mk exists and is newe

[bug #40610] gmake 4.0 loops rebuilding included makefiles

2013-11-17 Thread anonymous
URL: Summary: gmake 4.0 loops rebuilding included makefiles Project: make Submitted by: None Submitted on: Sun 17 Nov 2013 04:56:26 PM UTC Severity: 3 - Normal Item Group

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-28 Thread anonymous
Follow-up Comment #15, bug #40361 (project make): I noticed Gnulib does explicitly mention that vsnprintf on HP-UX doesn't correctly return a byte count: http://www.gnu.org/software/gnulib/manual/html_node/vsnprintf.html ___ Reply to this

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-25 Thread anonymous
Follow-up Comment #12, bug #40361 (project make): Although, slightly odd that the 'Entering directory' appeared after the 'touch file.c' - although I presume that is just related to the temporary code replacement with vprintf causing an immediate print

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-25 Thread anonymous
Follow-up Comment #11, bug #40361 (project make): Bingo! $ /opt/tools/gnumake-4.0/bin/make -rR /opt/tools/gnumake-4.0/bin/make -C subdir touch file.c make[1]: Entering directory '/tmp/temp/subdir' rm file.c make[1]: Leaving directory '/tmp/temp/subdir' So Frank is correct, it looks like vfmtco

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-24 Thread anonymous
Follow-up Comment #7, bug #40361 (project make): Sure. Updated tusc.log attached with -p -v added (file #29466) ___ Additional Item Attachment: File name: tusc.log Size:125 KB _

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-24 Thread anonymous
Follow-up Comment #5, bug #40361 (project make): Removing those set_append_mode() calls didn't appear to make any difference. I've attached a log from tusc (the HP-UX equivalent of strace/truss etc.) showing the invocations during the sample I described in the first post - perhaps that may help y

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-24 Thread anonymous
Follow-up Comment #4, bug #40361 (project make): Yep the output files are created succesfully, so it is definitely just the output messages that are not getting through. I haven't tried 3.82, but I can do. I have succesfully completed a large full product build with 4.0, and all the output was su

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-24 Thread anonymous
Follow-up Comment #2, bug #40361 (project make): I'm happy to grab whatever debug that may be required. `env | grep MAKE` shows that no make-related environment variables have been set. I'm guessing this regression is most likely to have been caused during the consolidation of output generators

[bug #40361] make 4.0 under hpux 11.31 no longer prints output correctly

2013-10-24 Thread anonymous
URL: Summary: make 4.0 under hpux 11.31 no longer prints output correctly Project: make Submitted by: None Submitted on: Thu 24 Oct 2013 12:18:54 UTC Severity: 3 - Normal

[bug #40249] Test suite load and loadapi fail when make built with CFLAGS=-m32

2013-10-12 Thread anonymous
URL: Summary: Test suite load and loadapi fail when make built with CFLAGS=-m32 Project: make Submitted by: None Submitted on: Sat 12 Oct 2013 11:21:08 UTC Severity: 3 - Normal

[bug #40236] include, -include and sinclude ignores failures to read the included file

2013-10-10 Thread anonymous
URL: Summary: include, -include and sinclude ignores failures to read the included file Project: make Submitted by: None Submitted on: tor 10 okt 2013 12.13.16 Severity: 3 - Normal

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET

2013-10-09 Thread anonymous
URL: Summary: Weird failure on Windows with OUTPUT_SYNC_TARGET Project: make Submitted by: None Submitted on: Wed 09 Oct 2013 10:27:54 PM UTC Severity: 3 - Normal Item Gr

[bug #39825] bad redirection with >

2013-08-22 Thread anonymous
Follow-up Comment #4, bug #39825 (project make): I found sh.exe and renamed it. Now objdump works properly. I can not however explain, why it works now. Thank you for help and sorry for bad identification, this bug seems to be really connected to sh.exe and not gmake itself.

[bug #39825] bad redirection with >

2013-08-21 Thread anonymous
Follow-up Comment #2, bug #39825 (project make): If I use objdump inside makefile, arguments are passed incorrectly so objdump thinks that there is no parameter. That is why USAGE is shown. If I use objdump just from the command line, everything is OK - ELF is not found but that does not matter n

[bug #39825] bad redirection with >

2013-08-20 Thread anonymous
URL: Summary: bad redirection with > Project: make Submitted by: None Submitted on: Tue 20 Aug 2013 13:37:12 UTC Severity: 3 - Normal Item Group: Bug St

[bug #39709] a few typos fixes

2013-08-06 Thread anonymous
URL: Summary: a few typos fixes Project: make Submitted by: None Submitted on: Tue 06 Aug 2013 08:55:48 PM UTC Severity: 3 - Normal Item Group: Enhancement

[bug #712] GNU make can't handle spaces in pathnames

2013-08-02 Thread anonymous
Follow-up Comment #13, bug #712 (project make): My workaround is to use a target that generates a local symlink to the file with spaces: .PRECIOUS: %.link %.link: ln -s "$$(echo $@ | sed -e 's/_dot_/./g' -e 's/_slash_///g' -e 's/_space_/ /g' -e 's/.link$$//')" $@ # should depend on ../P

[bug #39485] target specific make variables are incorrectly accumulated

2013-07-14 Thread anonymous
URL: Summary: target specific make variables are incorrectly accumulated Project: make Submitted by: None Submitted on: Sun 14 Jul 2013 08:22:00 PM UTC Severity: 3 - Normal

[bug #39203] Command line option --eval applied multiple times

2013-06-07 Thread anonymous
Follow-up Comment #1, bug #39203 (project make): After I bit more thought I figured this might be related to the MAKEFLAGS changes, so I added $(info MAKEFLAGS=$(MAKEFLAGS)) to the makefile. It seems that MAKEFLAGS is accumulating --eval options, and on the fifth restart it has this value: MAKEFL

[bug #39203] Command line option --eval applied multiple times

2013-06-07 Thread anonymous
URL: Summary: Command line option --eval applied multiple times Project: make Submitted by: None Submitted on: Fri 07 Jun 2013 17:03:11 UTC Severity: 3 - Normal Item Grou

[bug #39158] Cppcheck report

2013-06-05 Thread anonymous
Follow-up Comment #2, bug #39158 (project make): These may interest you in particular: [signame.c:247]: (warning) Logical disjunction always evaluates to true: sig > 0 || sig < 32. 247 if (sig > 0 || sig < NSIG) 248 return (char *) sys_siglist[sig]; Indeed, I think it should be:

[bug #39158] Cppcheck report

2013-06-03 Thread anonymous
URL: Summary: Cppcheck report Project: make Submitted by: None Submitted on: mar. 04 juin 2013 06:28:55 UTC Severity: 3 - Normal Item Group: Bug Status:

[bug #39035] problem with blanks in continuation line in a recipe

2013-05-22 Thread anonymous
URL: Summary: problem with blanks in continuation line in a recipe Project: make Submitted by: None Submitted on: Wed 22 May 2013 08:35:08 AM UTC Severity: 3 - Normal Ite

[bug #38626] make fails on windows with antivirus software

2013-03-29 Thread anonymous
URL: Summary: make fails on windows with antivirus software Project: make Submitted by: None Submitted on: Fri 29 Mar 2013 03:09:03 PM UTC Severity: 3 - Normal Item Group

[bug #38420] $(realpath ...) doesn't recover from signals

2013-03-11 Thread anonymous
Follow-up Comment #6, bug #38420 (project make): In case anyone attempts to use the posted workaround, the calls to variable_buffer_output can be interrupted which will set errno = EINTR. When this happens, gmake gets into a death spiral calling xrealloc, doubling the amount of memory allocated r

[bug #33138] .PARLLELSYNC enhancement with patch

2013-02-08 Thread anonymous
Follow-up Comment #8, bug #33138 (project make): Any update whether any of these patches will get into 3.83 or when 3.83 is expected for that matter? ___ Reply to this item at: _

[bug #37970] Misleading documentation of LDFLAGS variable

2012-12-21 Thread anonymous
URL: Summary: Misleading documentation of LDFLAGS variable Project: make Submitted by: None Submitted on: Fri 21 Dec 2012 01:14:08 PM UTC Severity: 3 - Normal Item Group:

[bug #37878] index out of bounds when handling a file contains '(' and not ends with ')'

2012-12-06 Thread anonymous
URL: Summary: index out of bounds when handling a file contains '(' and not ends with ')' Project: make Submitted by: None Submitted on: 2012년 12월 07일 (금) 오전 02시 34분 54초 Severity: 3 -

[bug #37711] no wat to build

2012-11-10 Thread anonymous
Follow-up Comment #1, bug #37711 (project make): ah, there is a notice NB in readme relates to 'make update'. It's probably my case. ___ Reply to this item at: _

[bug #37711] no wat to build

2012-11-10 Thread anonymous
URL: Summary: no wat to build Project: make Submitted by: None Submitted on: Sat 10 Nov 2012 08:45:17 PM UTC Severity: 3 - Normal Item Group: Build/Install

[bug #37708] File rules compare wrong own timestamps

2012-11-10 Thread anonymous
URL: Summary: File rules compare wrong own timestamps Project: make Submitted by: None Submitted on: Sat 10 Nov 2012 06:18:16 PM UTC Severity: 3 - Normal Item Group: Bug

[bug #33129] MAKEOVERRIDES reset after a recursive 'make restart'

2012-09-09 Thread anonymous
Follow-up Comment #4, bug #33129 (project make): How is this a duplicate of 30273? It looks like that bug is related to permission settings affecting SELinux. ___ Reply to this item at:

[bug #37237] Second exapnsion with substitution confuse parser:

2012-08-31 Thread anonymous
URL: Summary: Second exapnsion with substitution confuse parser: Project: make Submitted by: None Submitted on: Птн 31 Авг 2012 15:14:56 Severity: 3 - Normal Item Group:

[bug #36925] Memory corruption or use after free

2012-08-18 Thread anonymous
Follow-up Comment #2, bug #36925 (project make): More investgation and another example in attached Makefile3. Some of my earlier assumptions seem inaccurate. I now think this is what's important: - Use of second expansion. - A defintion of a static pattern rule. - A function or variable tha

[bug #36925] Memory corruption or use after free

2012-08-18 Thread anonymous
Follow-up Comment #1, bug #36925 (project make): After more investigation I've created a much simpler example in the attached file Makefile2. With this example the location of the current directory is no longer important. What is important is the following: - Use of second expansion. - A func

[bug #37069] POSIX specifies CC=c99

2012-08-10 Thread anonymous
URL: Summary: POSIX specifies CC=c99 Project: make Submitted by: None Submitted on: Fri 10 Aug 2012 10:01:17 AM UTC Severity: 3 - Normal Item Group: Bug

[bug #37065] $(wildcard dir/*/.) is wrong (worked fine in 3.81)

2012-08-09 Thread anonymous
URL: Summary: $(wildcard dir/*/.) is wrong (worked fine in 3.81) Project: make Submitted by: None Submitted on: Thu Aug 9 23:02:20 2012 Severity: 3 - Normal Item Group:

[bug #36925] Memory corruption or use after free

2012-07-23 Thread anonymous
URL: Summary: Memory corruption or use after free Project: make Submitted by: None Submitted on: Mon 23 Jul 2012 18:14:40 UTC Severity: 3 - Normal Item Group: Bug

[bug #36844] Private variables can still leak to dependencies if += is used

2012-07-17 Thread anonymous
Follow-up Comment #3, bug #36844 (project make): It's likely this bug is related to these bugs already fixed in CVS: bug#32872 bug#35468. Have you tried the CVS version? regards, Rob. ___ Reply to this item at:

[bug #36765] Library build using implicit rules broken in version 3.82

2012-07-02 Thread anonymous
URL: Summary: Library build using implicit rules broken in version 3.82 Project: make Submitted by: None Submitted on: Mon 02 Jul 2012 14:25:45 UTC Severity: 3 - Normal I

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

2012-06-12 Thread anonymous
URL: Summary: Crash when using ridiculously large target names Project: make Submitted by: None Submitted on: Tue 12 Jun 2012 05:16:49 PM UTC Severity: 3 - Normal Item Gr

[bug #36486] Overrides and append to pattern specific variables

2012-05-17 Thread anonymous
URL: Summary: Overrides and append to pattern specific variables Project: make Submitted by: None Submitted on: Thu 17 May 2012 15:34:27 UTC Severity: 3 - Normal Item Gro

[bug #36451] [PATCH] Do not allocate buffer on stack when constructing the command argv

2012-05-11 Thread anonymous
URL: Summary: [PATCH] Do not allocate buffer on stack when constructing the command argv Project: make Submitted by: None Submitted on: Fri 11 May 2012 12:35:47 PM UTC Severity: 3 - No

[bug #36106] make target-specific variables fail if over 150 characters and contain semicolon

2012-04-05 Thread anonymous
URL: Summary: make target-specific variables fail if over 150 characters and contain semicolon Project: make Submitted by: None Submitted on: Thu 05 Apr 2012 10:15:49 PM UTC Severity:

[bug #35919] realpath(3) behaves differently on *BSD and Linux

2012-03-20 Thread anonymous
Additional Item Attachment, bug #35919 (project make): File name: patch-function_c Size:0 KB ___ Reply to this item at: ___ Message sent

[bug #35919] realpath(3) behaves differently on *BSD and Linux

2012-03-20 Thread anonymous
URL: Summary: realpath(3) behaves differently on *BSD and Linux Project: make Submitted by: None Submitted on: Tue 20 Mar 2012 08:22:14 PM UTC Severity: 3 - Normal Item G

[bug #35468] Pattern-specific private variable addition doesn't work

2012-02-07 Thread anonymous
URL: Summary: Pattern-specific private variable addition doesn't work Project: make Submitted by: None Submitted on: Tue 07 Feb 2012 17:41:57 UTC Severity: 3 - Normal Ite

[bug #35384] Request for a "writefile" function

2012-01-27 Thread anonymous
URL: Summary: Request for a "writefile" function Project: make Submitted by: None Submitted on: Fri 27 Jan 2012 04:08:51 PM UTC Severity: 3 - Normal Item Group: Enhanceme

[bug #35231] Backward compatibility: Versions prior to 3.81 allowed spaces in variable names

2012-01-03 Thread anonymous
URL: Summary: Backward compatibility: Versions prior to 3.81 allowed spaces in variable names Project: make Submitted by: None Submitted on: Tue 03 Jan 2012 11:48:26 PM UTC Severity: 3

[bug #35147] Implement a make function to write to a file

2011-12-21 Thread anonymous
URL: Summary: Implement a make function to write to a file Project: make Submitted by: None Submitted on: Wed 21 Dec 2011 08:08:44 PM UTC Severity: 3 - Normal Item Group:

[bug #35135] $() constructs that span multiple lines may add un-intended newlines

2011-12-20 Thread anonymous
URL: Summary: $() constructs that span multiple lines may add un-intended newlines Project: make Submitted by: None Submitted on: Tue 20 Dec 2011 10:28:41 PM UTC Severity: 3 - Normal

[bug #35134] Add a special target or variable that induces the same behavior as '-r'

2011-12-20 Thread anonymous
URL: Summary: Add a special target or variable that induces the same behavior as '-r' Project: make Submitted by: None Submitted on: Tue 20 Dec 2011 10:20:38 PM UTC Severity: 3 - Norma

[bug #35133] Pattern rules used as dependencies for .PRECIOUS don't actually do pattern matching

2011-12-20 Thread anonymous
URL: Summary: Pattern rules used as dependencies for .PRECIOUS don't actually do pattern matching Project: make Submitted by: None Submitted on: Tue 20 Dec 2011 10:17:46 PM UTC Severit

[bug #35132] Side effects of .SECONDARY with no targets not documented

2011-12-20 Thread anonymous
URL: Summary: Side effects of .SECONDARY with no targets not documented Project: make Submitted by: None Submitted on: Tue 20 Dec 2011 10:07:20 PM UTC Severity: 3 - Normal

[bug #34832] enable tls variable in windows code for newish gcc

2011-11-15 Thread anonymous
Follow-up Comment #19, bug #34832 (project make): You can provide a stack buffer from the caller like char * tmp[1000]; fprintf(..., map_windows32_error_to_string (tmp, er)); And the functions that call map_windows32_error_to_string from threads are not used. ___

[bug #34832] enable tls variable in windows code for newish gcc

2011-11-15 Thread anonymous
Follow-up Comment #16, bug #34832 (project make): You can't easily simulate errors in a function that is not used from anywhere. ___ Reply to this item at: __

[bug #34806] target-specific variable with conditional assignment generates garbage

2011-11-11 Thread anonymous
URL: Summary: target-specific variable with conditional assignment generates garbage Project: make Submitted by: None Submitted on: Sat 12 Nov 2011 12:06:18 AM UTC Severity: 3 - Normal

[bug #31847] Random errors with parallel build

2011-10-24 Thread anonymous
Follow-up Comment #4, bug #31847 (project make): Providing a specific target for each .o seems to workaround the issue. So the failing example contains this rule... # Link apps app%: app%.o lib.a ${CC} ${@:app%=app%.o} lib.a -o $@ The problem is that app1 may be linked before app1.o have

[bug #34542] vpath windows issues

2011-10-13 Thread anonymous
URL: Summary: vpath windows issues Project: make Submitted by: None Submitted on: Thu Oct 13 19:16:49 2011 Severity: 3 - Normal Item Group: Bug Status:

[bug #24487] "foo" should not be identified with "./foo" if foo is phony

2011-10-10 Thread anonymous
Follow-up Comment #2, bug #24487 (project make): I noticed the same problem with .PHONY: %.e %.e: DO_SOMETHING -> make: Nothing to be done for ´target´. I would be terribly happy if you guys could fix that. ___ Reply to this item

[bug #34519] Interrupt/Exception caught Program Files (x86)

2011-10-10 Thread anonymous
URL: Summary: Interrupt/Exception caught Program Files (x86) Project: make Submitted by: None Submitted on: Mon 10 Oct 2011 12:05:44 UTC Severity: 3 - Normal Item Group:

[bug #34335] add --warn-undefined-functions command line flag

2011-09-19 Thread anonymous
URL: Summary: add --warn-undefined-functions command line flag Project: make Submitted by: None Submitted on: Mon 19 Sep 2011 11:41:01 PM UTC Severity: 3 - Normal Item Gr

[bug #34310] pattern rule chains give misleading error message

2011-09-16 Thread anonymous
URL: Summary: pattern rule chains give misleading error message Project: make Submitted by: None Submitted on: Sat 17 Sep 2011 01:33:01 AM UTC Severity: 3 - Normal Item G

[bug #33958] Segfault in a 'define' with sort, foreach and newlines...

2011-08-05 Thread anonymous
Additional Item Attachment, bug #33958 (project make): File name: pipo.mkSize:0 KB ___ Reply to this item at: ___ Message sent

[bug #33958] Segfault in a 'define' with sort, foreach and newlines...

2011-08-05 Thread anonymous
URL: Summary: Segfault in a 'define' with sort, foreach and newlines... Project: make Submitted by: None Submitted on: Fri 05 Aug 2011 04:58:50 PM UTC Severity: 3 - Normal

[bug #17873] .NOTPARALLEL enhancements

2011-07-31 Thread anonymous
Follow-up Comment #37, bug #17873 (project make): best student credit cards student credit cards with no credit what is a student credit card

[bug #31621] interaction of pattern rules and globs

2011-07-29 Thread anonymous
Follow-up Comment #3, bug #31621 (project make): One solution is to enable second expansion and to use the $(wildcard ...) function: $ cat x.mk .SECONDEXPANSION: %/md5: $$(wildcard %/sums/*.md5) echo action ___ Reply to this

[bug #31621] interaction of pattern rules and globs

2011-07-29 Thread anonymous
Follow-up Comment #2, bug #31621 (project make): This is a regression introduced in make-3.82. make-3.81 handles this wihtout problems. Directory names build from patterns seem to prevent wildcard expansion. ___ Reply to this item at:

[bug #32307] Documentation does not identify versions at which new features became available

2011-07-02 Thread anonymous
Follow-up Comment #5, bug #32307 (project make): I agree this would be extremely useful. Thank you, Luca Fascione ___ Reply to this item at: ___ Messag

[bug #30612] error parsing library references with multiple objects

2011-06-11 Thread anonymous
Follow-up Comment #2, bug #30612 (project make): This makefile still fails: .PHONY: all all: lib.a( a.o) (%.o): %.o echo $@ $< make 3.81 gives what I would expect: lib.a a.o make 3.82, with the comment #1: corrections, gives: make: *** No rule to make target `lib.a()', needed by `all'.

[bug #33499] VPATH does not work with 'Advanced Auto-Dependency Generation' when source file is moved into another location

2011-06-08 Thread anonymous
URL: Summary: VPATH does not work with 'Advanced Auto-Dependency Generation' when source file is moved into another location Project: make Submitted by: None Submitted on: Thu 09 Jun 2011 06:14:55 AM

[bug #33399] Double-colon rules sometimes behave like if they were single-colon

2011-05-25 Thread anonymous
URL: Summary: Double-colon rules sometimes behave like if they were single-colon Project: make Submitted by: None Submitted on: Срд 25 Май 2011 11:47:05 Severity: 3 - Normal

[bug #33344] Undefined variables introduce leading whitespace during variable assignment

2011-05-18 Thread anonymous
URL: Summary: Undefined variables introduce leading whitespace during variable assignment Project: make Submitted by: None Submitted on: Thu 19 May 2011 01:27:22 AM UTC Severity: 3 - N

[bug #33274] Make no longer handles archive prereq's that include multiple files within the ( )'s

2011-05-10 Thread anonymous
URL: Summary: Make no longer handles archive prereq's that include multiple files within the ( )'s Project: make Submitted by: None Submitted on: Tue 10 May 2011 02:47:40 PM UTC Severi

[bug #33129] MAKEOVERRIDES reset after a recursive 'make restart'

2011-04-19 Thread anonymous
URL: Summary: MAKEOVERRIDES reset after a recursive 'make restart' Project: make Submitted by: None Submitted on: Tue 19 Apr 2011 08:35:21 PM UTC Severity: 3 - Normal Ite

[bug #33034] "Makefile:23: *** mixed implicit and normal rules. Stop." for Linux kernel out of source builds

2011-04-09 Thread anonymous
URL: Summary: "Makefile:23: *** mixed implicit and normal rules. Stop." for Linux kernel out of source builds Project: make Submitted by: None Submitted on: Sa 09 Apr 2011 10:42:24 UTC

[bug #32872] Inheritance of target-specific variable not always suppressed by private

2011-03-21 Thread anonymous
URL: Summary: Inheritance of target-specific variable not always suppressed by private Project: make Submitted by: None Submitted on: Mon 21 Mar 2011 20:07:50 UTC Severity: 3 - Normal

[bug #32871] Incorrect content returned by $(value) in recipe for target specific variable

2011-03-21 Thread anonymous
URL: Summary: Incorrect content returned by $(value) in recipe for target specific variable Project: make Submitted by: None Submitted on: Mon 21 Mar 2011 19:11:39 UTC Severity: 3 - No

[bug #32511] Prerequisite libraries can expand to the system library despite vpath

2011-02-17 Thread anonymous
URL: Summary: Prerequisite libraries can expand to the system library despite vpath Project: make Submitted by: None Submitted on: Thu 17 Feb 2011 03:05:04 AM UTC Severity: 3 - Normal

[bug #32498] export within $(eval) within a $(call) broken?

2011-02-16 Thread anonymous
Follow-up Comment #3, bug #32498 (project make): Thanks Paul and Olexiy. I don't agree with you, Olexiy, in that 'export' only exports defined variables. Documentation at least does not mention this, and Paul's test with the 'export AA' shows it. Otherwise, Paul's code is a much more concise tes

[bug #32498] export within $(eval) within a $(call) broken?

2011-02-15 Thread anonymous
URL: Summary: export within $(eval) within a $(call) broken? Project: make Submitted by: None Submitted on: Tue 15 Feb 2011 10:05:04 PM UTC Severity: 3 - Normal Item Grou

[bug #32473] ./ is searched first for included makefiles no matter which --include-dir is set

2011-02-14 Thread anonymous
URL: Summary: ./ is searched first for included makefiles no matter which --include-dir is set Project: make Submitted by: None Submitted on: Mo 14 Feb 2011 10:11:05 UTC Severity: 3 -

[bug #32362] Typo in online documentation for "define" / "call"

2011-02-05 Thread anonymous
URL: Summary: Typo in online documentation for "define" / "call" Project: make Submitted by: None Submitted on: Sat 05 Feb 2011 10:00:17 AM UTC Severity: 3 - Normal Item

[bug #32202] Infinite loop when trying to question dialog project Makefile

2011-01-21 Thread anonymous
URL: Summary: Infinite loop when trying to question dialog project Makefile Project: make Submitted by: None Submitted on: ven 21 jan 2011 09:01:09 UTC Severity: 3 - Normal

[bug #32042] Rules with multiple outputs and intermediate chains

2011-01-03 Thread anonymous
URL: Summary: Rules with multiple outputs and intermediate chains Project: make Submitted by: None Submitted on: Mon 03 Jan 2011 07:32:15 PM UTC Severity: 3 - Normal Ite

[bug #31940] trailing slash dropped from nonphony multicharacter targets

2010-12-20 Thread anonymous
Follow-up Comment #1, bug #31940 (project make): Oops nevermind, this was fixed in 3.82 after all. I guess I must've not used the newly built version when I checked it. ___ Reply to this item at:

[bug #31940] trailing slash dropped from nonphony multicharacter targets

2010-12-20 Thread anonymous
URL: Summary: trailing slash dropped from nonphony multicharacter targets Project: make Submitted by: None Submitted on: Tue 21 Dec 2010 01:45:35 AM UTC Severity: 3 - Normal

[bug #31847] Random errors with parallel build

2010-12-14 Thread anonymous
Follow-up Comment #2, bug #31847 (project make): Yes, the problem also exists in 3.82 ___ Reply to this item at: ___ Message sent via/by Savannah htt

[bug #31847] Random errors with parallel build

2010-12-10 Thread anonymous
URL: Summary: Random errors with parallel build Project: make Submitted by: None Submitted on: Fr 10 Dez 2010 15:55:08 UTC Severity: 3 - Normal Item Group: Bug

[bug #31762] make -silent behaves like make -ignore

2010-12-02 Thread anonymous
URL: Summary: make -silent behaves like make -ignore Project: make Submitted by: None Submitted on: Thu 02 Dec 2010 10:41:14 PM UTC Severity: 3 - Normal Item Group: Bug

[bug #31582] typo in documentation for $(flavor) function

2010-11-07 Thread anonymous
URL: Summary: typo in documentation for $(flavor) function Project: make Submitted by: None Submitted on: Mon 08 Nov 2010 01:33:47 AM UTC Severity: 3 - Normal Item Group

[bug #31489] Can't build from read-only filesystem

2010-10-28 Thread anonymous
URL: Summary: Can't build from read-only filesystem Project: make Submitted by: None Submitted on: Thu 28 Oct 2010 11:55:54 PM UTC Severity: 3 - Normal Item Group: Bug

[bug #31430] Add support for the BSD "shell assignment" operator (!=)

2010-10-23 Thread anonymous
URL: Summary: Add support for the BSD "shell assignment" operator (!=) Project: make Submitted by: None Submitted on: Sun 24 Oct 2010 03:53:40 AM UTC Severity: 3 - Normal

[bug #31400] Make 3.82 incorrectly handles circular dependency chains (3.81 regression)

2010-10-21 Thread anonymous
URL: Summary: Make 3.82 incorrectly handles circular dependency chains (3.81 regression) Project: make Submitted by: None Submitted on: Thu 21 Oct 2010 07:08:10 PM UTC Severity: 3 - N

[bug #28456] Expansion of $$< is incorrect

2010-10-15 Thread anonymous
Follow-up Comment #5, bug #28456 (project make): I'm confirming the bug on a Ubuntu 9.10 i386 host. Curiously, this particular bug also triggers circular dependencies. More surprising, the test case is simply the snippet found straight in the info page (make.info, section 3.10, "Secondary Expans

[bug #31278] multiple shell commands within one rule invoke separate shell environments

2010-10-08 Thread anonymous
URL: Summary: multiple shell commands within one rule invoke separate shell environments Project: make Submitted by: None Submitted on: Fri 08 Oct 2010 05:49:10 PM UTC Severity: 3 - N

[bug #31248] .SECONDEXPANSION: Inconsistent expansion of glob patterns in pattern rule dependency lines

2010-10-04 Thread anonymous
URL: Summary: .SECONDEXPANSION: Inconsistent expansion of glob patterns in pattern rule dependency lines Project: make Submitted by: None Submitted on: Mon 04 Oct 2010 10:43:47 PM UTC

<    1   2   3   4   5   6   7   >