aboutsummaryrefslogtreecommitdiff
path: root/dist/buildmk
Commit message (Collapse)AuthorAgeFilesLines
* all: remove $OBJTYPE from buildRuss Cox2020-12-301-1/+1
| | | | | | | Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
* build: use installbsd instead of install on AIXRuss Cox2020-05-181-1/+1
| | | | Even in mkmk.sh.
* src: mv ../buildEnvironmentVariables mkhdrRuss Cox2020-01-091-1/+1
| | | | | Also note that the file must be valid shell and mk input. For #321.
* all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321)Neven Sajko2020-01-071-17/+2
| | | | | | | | | | | This should prevent the issues of dist/buildmk and src/mkhdr getting out of synchronization yet again. I also add a rule for arm64 to the OBJTYPE sed command. Fixes #243 Fixes #320 Change-Id: I60f69a1f32b5ed5ae5ac8a1659c38e29debed005
* all: linux/mips portAram Hăvărneanu2015-06-031-0/+1
| | | | | | Change-Id: I0af67bc44c7bb62a8e5a47eac597367f521f1c11 Reviewed-on: https://plan9port-review.googlesource.com/1210 Reviewed-by: Russ Cox <rsc@google.com>
* OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox2011-10-231-0/+1
|
* build: fix for non-standard unameRichard Miller2011-05-181-1/+1
| | | | | | | | The scratchbox-based SDK for maemo cross-compilation (for Nokia N800 and N900) has a non-standard uname command which doesn't support the '-p' option. This patch allows INSTALL to work anyway, by issuing 'uname -m' if 'uname -m -p' fails. R=rsc CC=plan9port.codebot http://codereview.appspot.com/4554041
* fix build on SunOS (Sparc)Arvindh Rajesh Tamilmani2010-04-091-0/+1
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/882044
* mkhdr, buildmk: add alphaBenjamin Huntsman2009-07-171-0/+1
| | | | http://codereview.appspot.com/95065
* build: work around broken Linux uname -pRuss Cox2009-07-161-12/+11
| | | | | | | fixes #8 http://bitbucket.org/rsc/plan9port/issue/8/ http://groups.google.com/group/plan9port-dev/t/8d1a2362dde4f137 http://codereview.appspot.com/95058
* buildmk: sync $OBJTYPE with src/mkhdrRuss Cox2009-07-151-2/+3
| | | | | | fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042
* mergeRuss Cox2009-07-141-2/+2
|
* buildmk: support Solaris x86Albert Lee2008-12-011-0/+1
|
* need thisrsc2005-11-291-0/+16