On 2010-12-12 14:07:31 (+0330), ali hagigat <[email protected]> wrote:
> 5.1.1 Splitting Recipe Lines
>  Whitespace is never added to the recipe.
> ------------------------------------------------
> 
> all:
>       @echo rrrr\
>         sssss
> 
> The result:
> rrrr sssss
> ------------------------------------------------
> In the third line several spaces added but only one space was printed.
> Does make remove all spaces before giving the recipe to the shell? Why
> there is still one space left?
> 
Have you tried running 'echo rrrr\
          ssss' on the command line, outside of make?

Kristof


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to