Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Description
Description
Details
Details
- Provenance
knu Authored on Jan 29 2002, 11:48 AM - Parents
- R11:c982f5faf1c2: Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
- Branches
- Unknown
- Tags