From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 20 Jan 2015 14:26:12 -0800 To: 9fans@9fans.net Message-ID: <7a81fdc6f5d8bf97d6fe1c458a9a8cb1@lilly.quanstro.net> In-Reply-To: References: <38792ced13d4ed51db1573cf42bb7249@brasstown.quanstro.net> <91e3601b39c9e4cb04e86c26f171e94d@brasstown.quanstro.net> <20150119085225.59e49568@zinc.9fans.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] runebase breaking libs build Topicbox-Message-UUID: 3ade72ec-ead9-11e9-9d60-3106f5b1d025 On Tue Jan 20 04:10:48 PST 2015, steve@quintile.net wrote: > there are a few subdirectories that need to be created when you build the amd64 code for the first time. maybe it would be nice to have a /sys/lib/newobjtype script to help, but if you just: > > cd /sys/src > objtype=amd64 mk install > > and create the directories as needed you should be ok objtype=amd64 cd $objtype/bin && mkdir -p ape auth aux bitsy dial disk fossil fs games ip ip/httpd ndb rune opc replica upas venti usb we don't add arches very often, so i've just created the full set of directories in 9atom. by the way, the default 9atom install is amd64. so there's no need to convert. it will also build 386 and arm exes at install time, too. - erik