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 _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
