make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

$(shell) strips CRLF


From: Bryan Miller
Subject: $(shell) strips CRLF
Date: Thu, 25 Apr 2002 12:51:40 -0700

Hello all,

I have a makefile that performs a command like

FOO := $(shell cat foo)

where foo is a multiline ASCII text file.  For some reason the $(shell) bit is
stripping of the hex ODOA off the end of the lines so FOO is just one long line.
Does anyone have any recommendations?

Cheers,
Bryan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]