Re: Splitting lines problem in make-3.80 versus 3.81

2009-09-08 Thread Paul Smith
On Tue, 2009-09-08 at 13:02 -0700, Warren Dodge wrote: > I have attached a small tree of files which will show what we are trying > to do. It has the "runit" script which will process through the > combinations and save the results in log files. I have looked at your examples. I'm not sure why th

Re: Splitting lines problem in make-3.80 versus 3.81

2009-09-08 Thread Paul Smith
On Tue, 2009-09-08 at 13:02 -0700, Warren Dodge wrote: > I tried it on my specific problem and indeed it solved the issue. A > co-worker was working on another Makefile an having a similar issue. We > tried the solution above and ran into a number if strange issues. I haven't looked at this yet bu

RE: Splitting lines problem in make-3.80 versus 3.81

2009-09-08 Thread Martin Dorey
..@gnu.org [mailto:bug-make-bounces+mdorey=bluearc@gnu.org] On Behalf Of Paul Smith Sent: Tuesday, September 08, 2009 13:30 To: warren.l.do...@tektronix.com Cc: bug-make@gnu.org Subject: Re: Splitting lines problem in make-3.80 versus 3.81 On Tue, 2009-09-08 at 13:02 -0700, Warren Dodge wrote:

Splitting lines problem in make-3.80 versus 3.81

2009-09-08 Thread Warren Dodge
I sent in a bug report the other day and got this as a response. > From make's NEWS file for the 3.81 release: > > * WARNING: Backward-incompatibility! > > In order to comply with POSIX, the way in which GNU make processes > backslash-newline sequences in recipes has changed. If your makef

Re: Unicode problem in make output

2005-01-05 Thread Ismail Donmez
On Wednesday 05 January 2005 22:21, Paul D. Smith wrote: > %% Ismail Donmez <[EMAIL PROTECTED]> writes: > > id> I wonder if there is any chance of this problem getting fixed in > make? > > The use of `' as a quoting style was recommended by the FSF. I've sent > a request to the GNU programmer's

Re: Unicode problem in make output

2005-01-05 Thread Paul D. Smith
%% Ismail Donmez <[EMAIL PROTECTED]> writes: id> I wonder if there is any chance of this problem getting fixed in make? The use of `' as a quoting style was recommended by the FSF. I've sent a request to the GNU programmer's mailing list asking what the current recommendations are today. If t

Unicode problem in make output

2005-01-05 Thread Ismail Donmez
Hi all, When you do a "make" in a source dir you see messages like this : make[1]: Entering directory `/opt/development/cvs/emacs/lib-src' Now the important part is how the path is quoted. Looking at http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html Gnu make has the wrong quotation system. Accord

Re: problem in make

2000-06-19 Thread Paul D. Smith
%% Alan Heinold - High End Server Systems <[EMAIL PROTECTED]> writes: ah> I bet the answer is very simple but I can't get it to work ah> given the following make file: ah> %.build: %.att %.guidance ah> @echo "Done testing." ah> %.att: ah> @ echo "gmake[$(MAKELEVEL)]: $@ does not

problem in make

2000-06-19 Thread Alan Heinold - High End Server Systems
I bet the answer is very simple but I can't get it to work given the following make file: %.build: %.att %.guidance @echo "Done testing." %.att: @ echo "gmake[$(MAKELEVEL)]: $@ does not exist. Linking from parent." @ ln -s ../$(rtl_name).att $@ ; %.guidance: @