help-make
[Top][All Lists]
Advanced

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

Have make run shell comand but not in a target


From: Yanghui Bian
Subject: Have make run shell comand but not in a target
Date: Mon, 27 Jan 2003 10:23:02 +0100

Hello,
In my make file, I need to include the sub makefile which 
is in CVS system. I write it as fllows:
$(shell cvs co my_test) 
include ./my_test/Makefile

It works fine. But I want make to echo the command "cvs co my_test"
result as I run in shell. 

Any other way to work around it? Thanks.

Best regards, 
yanghui bian




reply via email to

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