a silly question. How do I source a script inside a Makefile(say for
setting up the environment etc)?
source <script> doesnt work.

Makefile:

foo:
<TAB> source ~/.cshrc

----
make: source: Command not found
make: *** [foo] Error 127
-----

Btw, the script is C shell script.

--
Aditya Kher
http://kher.org


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

Reply via email to