all: all1
        @${MAKE} -f makefile23
all1:
        +@echo yyy
I execute the above by: make -n -f makefile22
The command echo yyy, will be echoed on the screen and if I use @+echo
yyy, the result is the same. What i would do If I want echo yyy is
executed but not echoed?

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

Reply via email to