aboutsummaryrefslogtreecommitdiff
path: root/src/mkhdr
AgeCommit message (Collapse)AuthorFilesLines
2020-05-18build: use installbsd instead of install on AIXRuss Cox1-3/+0
Even in mkmk.sh.
2020-01-09src: mv ../buildEnvironmentVariables mkhdrRuss Cox1-1/+1
Also note that the file must be valid shell and mk input. For #321.
2020-01-07all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321)Neven Sajko1-19/+1
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
2015-06-03all: linux/arm64 portAram Hăvărneanu1-0/+1
Really trivial port. Change-Id: Ib2e3ad48df555ca4bd9339ddf79a832be895bd95 Reviewed-on: https://plan9port-review.googlesource.com/1030 Reviewed-by: Russ Cox <rsc@google.com>
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-08-02build: OS X 64-bit buildRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/4838047
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-11/+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-5/+6
fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042
2009-07-14mergeRuss Cox1-1/+1
2008-12-01src/mkhdr: support Solaris x86Albert Lee1-0/+1
2006-02-24use install not install -crsc1-1/+1
2005-11-01armrsc1-0/+2
2005-07-13remove X11rsc1-3/+1
2005-05-01OpenBSD support.rsc1-0/+1
2005-02-22Fix up OBJTYPE on 64-bit x86 FreeBSD machines.wkj1-0/+1
2005-01-17allow config to override kernel versionrsc1-2/+0
2005-01-14works on Linux 2.6rsc1-0/+1
2005-01-11no more 9commandsrsc1-1/+1
2005-01-11os x changesrsc1-1/+8
2005-01-04set SYSVERSION for 9crsc1-0/+1
2004-08-22PowerPC Linux support from ericvh.rsc1-1/+1
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
2004-04-21use mk archive stuffrsc1-1/+1
2004-02-29Various tweaks.rsc1-1/+1
2004-02-29Tweak listing of libraries.rsc1-0/+2
2003-12-04Clean up yacc files in mkcommon, mkhdr.rsc1-0/+2
Add nan to lib9. Fix memory corruption bugs in 9term.
2003-11-25Add the #goo to allow use in C++.rsc1-12/+11
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-0/+1
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
2003-11-23Make things build on FreeBSD again.rsc1-1/+1
2003-11-23Annoying changes to work on Sun boxes.rsc1-2/+6
2003-11-23make -> mkrsc1-0/+21