# $NetBSD: newline.mk,v 1.1 2006/06/29 13:35:18 rillig Exp $ # # This file documents a bug in the :Q operator, which does not handle # the newline character correctly. It produces # instead of the proper . # S= foo ${.newline} bar all: printf "%s\\n" ${S:Q}