message in make files

dear all

i have sources contains make file and it okay

but suddenly when user make any file it gives the message below

make[1]: Entering directory `/devapp/jordev/batch/source'

i know it just echo and not error or warning but i want to remove this from make file and there is no message is it option in make files

and how to remove it

do you know how to use the commands (dd/zz) to delete ? also that message did you use the quotations properly, like; '/devapp/jordev/batch/source' or thats how its suppose to be executed?

Are you looking at something like make -s. See man make for the -s flag.

thank you the message removed when I add -s option
to the command make

thank you again