[bug #56446] Make shouldn't be running eval when expanding variables for export

2019-06-05 Thread Mark Galeck
URL: Summary: Make shouldn't be running eval when expanding variables for export Project: make Submitted by: mark_galeck0 Submitted on: Thu 06 Jun 2019 01:47:17 AM UTC Severity: 3 -

Re: [bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-21 Thread Mark Galeck
I see, thank you Paul this is very helpful.  I know unfortunately this is going to happen to some of my users, and I don't want them to blame me :)  All these comments I will be able to give them some idea what the problem was.   From: Paul Smith To: Mark Galeck ; Andreas Schwab

Re: [bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-21 Thread Mark Galeck
e bug".   From: Paul D. Smith To: Henrik Carlqvist ; Mark Galeck ; Paul D. Smith ; Martin Dorey ; bo...@kolpackov.net; bug-make@gnu.org Sent: Monday, August 20, 2018 11:33 AM Subject: [bug #54529] [Makefile:5: foobar] Segmentation fault Update of bug #54529 (project make):              

Re: [bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-18 Thread Mark Galeck
am willing to edit the makefile any way you like and execute any commands you want, so you can zero in on the bug.   But myself I reached the end of the time that I can devote to my own research on this, given the knowledge I possess.   Mark From: Brian Vandenberg To: Cc: Henrik Carlqvis

[bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-17 Thread Mark Galeck
Follow-up Comment #3, bug #54529 (project make): OK, the only system for which this bugs actually shows up, is work build server, and unfortunately, the IT guy does not know where the cores are, and gdb is not working. Let me talk to him about fixing gdb and I will get back to you what I find

[bug #54529] [Makefile:5: foobar] Segmentation fault

2018-08-17 Thread Mark Galeck
URL: Summary: [Makefile:5: foobar] Segmentation fault Project: make Submitted by: mark_galeck0 Submitted on: Fri 17 Aug 2018 02:46:42 PM UTC Severity: 3 - Normal Item

bug with Windows interface: echo. in command only works when redirected

2009-11-29 Thread Mark Galeck (CW)
Hello, I asked for help on this issue (with GNU make on Windows) on the help-make list, and Paul Smith says, this is a bug. I am using WinXP Pro, SP3. Here is an SSCCE: makefile: - SHELL=cmd.exe foobar: @echo.foo gives me: