From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Sat Jul 18 23:40:45 EDT 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 0dea54d2 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Sat, 18 Jul 2020 20:40:30 -0700 (PDT) Message-ID: <226AF448FCF8665EEF7F64DA2983FC6C@eigenstate.org> To: amavect@gmail.com, 9front@9front.org Subject: Re: [9front] replica mkfile patch Date: Sat, 18 Jul 2020 20:40:29 -0700 From: ori@eigenstate.org In-Reply-To: <46ab125d-82ac-2c55-f00e-3239b2130c9d@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: property rich-client NoSQL-oriented backend > -UPDATE=\ > - mkfile\ > - /sys/man/1/replica\ > - /sys/man/8/replica\ > - ${OFILES:%.$O=%.c}\ > - revproto.c\ > - $HFILES\ > - applychanges.c\ > - updatedb.c\ > - ${TARG:%=/386/bin/replica/%}\ > - ${SCRIPTS:%=/rc/bin/replica/%}\ > - /rc/bin/replica/defs\ > - > - > BIN=/$objtype/bin/replica > Looks good to me -- also, looking at UPDATE, I see that we have a default update rule in mkmany: update:V: update $UPDATEFLAGS $UPDATE But we have no update binary. Anyone have any idea what the goal of this rule was? (Can we just delete it?)