help-make
[Top][All Lists]
Advanced

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

Indirection Operators in the Command section of a makefile doesnt work.


From: Rakesh Sharma
Subject: Indirection Operators in the Command section of a makefile doesnt work.
Date: Thu, 16 Jan 2014 05:59:02 -0800

Hello makers,

 

Is it possible to use the shell indirection operator (<<) inside the command 
section of GNU Make?

 

When I try to use the following construct in my makefile:

 

all:

         cat   -    << EOF; \

Testing line 1 \

Testing line 2 \

EOF

 

 

 

Then run make, it exits with the missing separator error.  What am I doing 
wrong?

 

Thanks in advance for your help.

 

Regards,

Rakesh

 
                                          

reply via email to

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