define newline
endif
output-message = $(shell printf "$(subst $(newline),\n,$(subst ",\",$1))\n" 1>&2)
Thanks for all your help.
-Pete
On Feb 24, 2005, at 10:33 AM, Boris Kolpackov wrote:
And after more experimenting, I don't see how to quote tabs because I can't get them into a variable or literal, and multiple newlines get collapsed into a single newline. It just kind of snowballs out of control.
Tell us a little bit about the context. Maybe there is another way.
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
