From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 16:57:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD4991065670 for ; Fri, 5 Sep 2008 16:57:30 +0000 (UTC) (envelope-from mkbucc@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 62DC78FC12 for ; Fri, 5 Sep 2008 16:57:30 +0000 (UTC) (envelope-from mkbucc@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so304706yxb.13 for ; Fri, 05 Sep 2008 09:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=NxBMi8RHnmHURUnveBvgs58wf2NRleOFvBjp2QOkAok=; b=sIlZZptVH8dyRlBDvbOQn2u7inQiA6RiAZA8EYt4JIGWHJXcvqu2l/+5ul+CcUaGXA dkxcHJ7d7N6CYdjRln6M4i6Beb5qXCt5+bWDFg3gShKOlaonYvV+RwH8Bza0LkrWwuXo OTA+vfMDXdCRdJAIqCegWpi23h7M/jsKSlvWk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=osPW+iqpy5cZHzOLGSPPTwNHqeRHN87Oq5Ov89WJyQy9kXSBrSp9qZ1PK4kFtwQE0n RVZwBnlUbZqk6amw1CE0tHk5HGT0loFbkiTShVoLoBdVF18DlcAMV9e/wCzwcUHTxM5B yf2QR8w6E2V3oEUfcX3cDrYygfoKSvxVbC5rY= Received: by 10.114.234.13 with SMTP id g13mr10292447wah.176.1220633848626; Fri, 05 Sep 2008 09:57:28 -0700 (PDT) Received: by 10.114.53.8 with HTTP; Fri, 5 Sep 2008 09:57:28 -0700 (PDT) Message-ID: <59f4cb420809050957t593cde5t27c71ac3df72998a@mail.gmail.com> Date: Fri, 5 Sep 2008 12:57:28 -0400 From: "Mark B." To: "Giorgos Keramidas" In-Reply-To: <59f4cb420809050927w71fea733mcf7a2071c24cdc93@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <59f4cb420809050714i16ebe30bmd9f325592f05516e@mail.gmail.com> <87vdxa4p2p.fsf@kobe.laptop> <59f4cb420809050927w71fea733mcf7a2071c24cdc93@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: How to delete non-ASCII chars in file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 16:57:30 -0000 On Fri, Sep 5, 2008 at 12:27 PM, Mark B. wrote: > A follow question--is it possible to use that statement in a Makefile (BSD)? > A straight cut 'n paste didn't work, and I couldn't figure out the escaping to > make it work. Never mind, it works just fine. m