[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: backslash does not simply continue line?
From: |
Mark Galeck (CW) |
Subject: |
RE: backslash does not simply continue line? |
Date: |
Sat, 3 Mar 2012 09:06:22 -0800 |
Well, OK, basically this means for me, I can't really break some lines and have
to keep them long (or I would have to put an additional $(strip) calls)
>Just yesterday I saw a
makefile that contained this:
SOURCES = foo.c\
bar.c\
biz.c\
baz.c
so changing this would absolutely break many real makefiles.
Well, to me, this is already broken to begin with :) The person who writes
code like this should find some other occupation.
- backslash does not simply continue line?, Mark Galeck (CW), 2012/03/03
- Re: backslash does not simply continue line?, Paul Smith, 2012/03/03
- RE: backslash does not simply continue line?,
Mark Galeck (CW) <=
- RE: backslash does not simply continue line?, Paul Smith, 2012/03/04
- RE: backslash does not simply continue line?, Brian R Cowan, 2012/03/06
- RE: backslash does not simply continue line?, Mark Galeck (CW), 2012/03/06
- RE: backslash does not simply continue line?, Paul Smith, 2012/03/06
- Re: backslash does not simply continue line?, David Boyce, 2012/03/06
- Re: backslash does not simply continue line?, Paul Smith, 2012/03/06
- Re: backslash does not simply continue line?, David Boyce, 2012/03/06