avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] How to handle paths with spaces?


From: Matthijs Kooijman
Subject: Re: [avr-gcc-list] How to handle paths with spaces?
Date: Thu, 17 Jul 2014 09:27:51 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hey Royce,

> In my makefile i have included a folder in the 'extra include directories'
> line.
AFAIU, make cannot handle spaces properly. I think that in some
circumstances, you can do some stuff with escaping or quoting, but since
make uses the space as a list separator, it will probably break down
sooner or later. Better to just change your paths...

See also
http://stackoverflow.com/questions/9838384/can-gnu-make-handle-filenames-with-spaces

Gr.

Matthijs

Attachment: signature.asc
Description: Digital signature


reply via email to

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