aboutsummaryrefslogtreecommitdiff
path: root/dist/buildmk
AgeCommit message (Collapse)AuthorFilesLines
2015-06-03all: linux/mips portAram Hăvărneanu1-0/+1
Change-Id: I0af67bc44c7bb62a8e5a47eac597367f521f1c11 Reviewed-on: https://plan9port-review.googlesource.com/1210 Reviewed-by: Russ Cox <rsc@google.com>
2011-10-23OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox1-0/+1
2011-05-18build: fix for non-standard unameRichard Miller1-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
2010-04-09fix build on SunOS (Sparc)Arvindh Rajesh Tamilmani1-0/+1
R=rsc CC=codebot http://codereview.appspot.com/882044
2009-07-17mkhdr, buildmk: add alphaBenjamin Huntsman1-0/+1
http://codereview.appspot.com/95065
2009-07-16build: work around broken Linux uname -pRuss Cox1-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
2009-07-15buildmk: sync $OBJTYPE with src/mkhdrRuss Cox1-2/+3
fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042
2009-07-14mergeRuss Cox1-2/+2
2008-12-01buildmk: support Solaris x86Albert Lee1-0/+1
2005-11-29need thisrsc1-0/+16