Date: Thu, 17 Sep 1998 13:13:08 -0700 From: "David O'Brien" <obrien@NUXI.com> To: chuckr@FreeBSD.ORG Cc: freebsd-current@FreeBSD.ORG Subject: Re: amd uses printf(1) Message-ID: <19980917131308.B4237@nuxi.com> In-Reply-To: <Pine.BSF.3.96.980912184459.2876A-100000@fledge.watson.org>; from Robert Watson on Sat, Sep 12, 1998 at 06:49:23PM -0400 References: <35FAE277.1E3F48B6@dal.net> <Pine.BSF.3.96.980912184459.2876A-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The usage is in:
LIBAMUDIR!= cd ${.CURDIR}/../libamu; \
printf 'xwhere: .MAKE\n\t@echo \$${.OBJDIR}\n' | ${MAKE} -Bs -f-
LIBAMU= ${LIBAMUDIR}/libamu.a
I'm more than willing to remove the printf(1) usage, if someone can come
up with an equivent output using other things already built early in
src/Makefile.inc1. Things I could almost see someone somehow using are:
sed, tr, grep, bin/echo, expr, test, awk, paste
--
-- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980917131308.B4237>
