From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Tue Nov 17 19:15:06 -0500 2020 Received: from abbatoir.fios-router.home (pool-74-101-2-6.nycmny.fios.verizon.net [74.101.2.6]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 642f1c21 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Tue, 17 Nov 2020 16:14:55 -0800 (PST) Message-ID: <1993D321DAB5CAE1FF5EED1E63AE7A2B@eigenstate.org> To: amavect@gmail.com To: 9front@9front.org Subject: Re: [9front] upas: mkfile cleanup patch Date: Tue, 17 Nov 2020 16:14:53 -0800 From: ori@eigenstate.org In-Reply-To: <1b0e9594-ac55-8545-4ea5-6db988c9e546@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing firewall HTML over AJAX database DOM locator Quoth Amavect : > All, > > Cleanup in aisle upas. See attached. > > > Description: > upas: mkfile cleanup (thanks Amavect) > > Changeset 8035 broke the libcommon rule in mkupas. > Deleting the 'mk clean' in the recipe fixes this. > > Cleanup includes deleting UPDATE vars from all mkfiles, > reorganization of vars in TARG,LIB,OFILE,HFILE order, > and deletion of extra vars used for UPDATE. > > > Thanks, > Amavect > Mentioned on grid, but this has 2 issues for me: First, it looks like the patch somehow had a space appended to each line; needed a: ,s/ $//g in order to apply. Second, smtp fails to build after a 'mk nuke'; it looks like we somehow fail to rebuild a y.tab.h. Weirdly, 'mk clean' fixes it for me. Also, noting the sed hacks in the mkfile to get two parsers: our yacc should grow a '%prefix'