From owner-freebsd-hackers@freebsd.org Sun Jun 28 15:21:06 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0CC998F937 for ; Sun, 28 Jun 2015 15:21:06 +0000 (UTC) (envelope-from j.deboynepollard-newsgroups@ntlworld.com) Received: from know-smtprelay-omc-2.server.virginmedia.net (know-smtprelay-omc-2.server.virginmedia.net [80.0.253.66]) by mx1.freebsd.org (Postfix) with ESMTP id 533A4127A for ; Sun, 28 Jun 2015 15:21:05 +0000 (UTC) (envelope-from j.deboynepollard-newsgroups@ntlworld.com) Received: from [192.168.1.100] ([86.20.122.200]) by know-smtprelay-2-imp with bizsmtp id lrKu1q01A4KXVwe01rKvcN; Sun, 28 Jun 2015 16:19:55 +0100 X-Originating-IP: [86.20.122.200] X-Spam: 0 X-Authority: v=2.1 cv=RLtOZNW+ c=1 sm=1 tr=0 a=WByauD8lJrWvBFCNrxRoEQ==:117 a=WByauD8lJrWvBFCNrxRoEQ==:17 a=NLZqzBF-AAAA:8 a=-0vIq9fx67kA:10 a=N659UExz7-8A:10 a=zizkCYwSUvl5dK1BSmYA:9 a=pILNOxqGKmIA:10 a=LCAnRaE0gTYA:10 Message-ID: <5590108E.2060300@NTLWorld.com> Date: Sun, 28 Jun 2015 16:19:42 +0100 From: Jonathan de Boyne Pollard User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: debian-user@lists.debian.org, "supervision@list.skarnet.org" , FreeBSD Hackers Subject: redo version 1.2 References: <54430B41.3010301@NTLWorld.com> <54B86FD5.3090203@NTLWorld.com> <554E53EF.4080600@NTLWorld.com> <554E93AF.3070709@NTLWorld.com> <556BA130.50708@NTLWorld.com> In-Reply-To: <556BA130.50708@NTLWorld.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 15:21:06 -0000 redo is now at version 1.2 * http://homepage.ntlworld.com./jonathan.deboynepollard/Softwares/redo.html Two changes. First, as you can see, there's now a pre-built FreeBSD binary package. The second change is something that has been annoying me for some while. Sometimes, especially when one is building packages, one ends up with redo invoked by make. GNU make puts only flags in the MAKEFLAGS environment variable. BSD make, however, puts at least one macro definition in there too. redo was complaining about that, because it was only expecting flags. Now it knows to ignore macro definitions. (-: You'll need redo for one of the new (optional, of course) mechanisms in nosh version 1.17.