Roland Illig wrote:
In the bsd.bulk-pkg.mk, target bulk-check-uptodate, the last line is:
${ECHO_MSG} $$uptodate
Isn't that wrong?
ECHO_MSG is intended to be set by the user to whatever command he likes
the progress messages to be formatted.
As no one had answered this question I assumed that my assumption was right, and I've changed the code.
Roland