This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem with make


>         hehe=.           #some comment
> hehe stores ".            " instead of "./"

This is documented make behaviour -- and in fact the only way to get
trailing space to a variable value.  As someone else already replied, if
that's not what you want, just move the comment to another line or use
$(strip).

Hope this helps,
//lat
-- 
A new scientific truth does not triumph by convincing its
opponents and making them see the light, but rather because
its opponents eventually die, and a new generation grows up
that is familiar with it.  --Planck, 1949

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]