aboutsummaryrefslogtreecommitdiff
path: root/src/mkhdr
Commit message (Collapse)AuthorAgeFilesLines
* 9a: remove a few mentionsRuss Cox2020-12-301-1/+1
|
* build: use installbsd instead of install on AIXRuss Cox2020-05-181-3/+0
| | | | 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-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
* all: linux/arm64 portAram Hăvărneanu2015-06-031-0/+1
| | | | | | | | Really trivial port. Change-Id: Ib2e3ad48df555ca4bd9339ddf79a832be895bd95 Reviewed-on: https://plan9port-review.googlesource.com/1030 Reviewed-by: Russ Cox <rsc@google.com>
* 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: OS X 64-bit buildRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4838047
* 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-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
* buildmk: sync $OBJTYPE with src/mkhdrRuss Cox2009-07-151-5/+6
| | | | | | fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042
* mergeRuss Cox2009-07-141-1/+1
|
* src/mkhdr: support Solaris x86Albert Lee2008-12-011-0/+1
|
* use install not install -crsc2006-02-241-1/+1
|
* armrsc2005-11-011-0/+2
|
* remove X11rsc2005-07-131-3/+1
|
* OpenBSD support.rsc2005-05-011-0/+1
|
* Fix up OBJTYPE on 64-bit x86 FreeBSD machines.wkj2005-02-221-0/+1
|
* allow config to override kernel versionrsc2005-01-171-2/+0
|
* works on Linux 2.6rsc2005-01-141-0/+1
|
* no more 9commandsrsc2005-01-111-1/+1
|
* os x changesrsc2005-01-111-1/+8
|
* set SYSVERSION for 9crsc2005-01-041-0/+1
|
* PowerPC Linux support from ericvh.rsc2004-08-221-1/+1
| | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
* use mk archive stuffrsc2004-04-211-1/+1
|
* Various tweaks.rsc2004-02-291-1/+1
|
* Tweak listing of libraries.rsc2004-02-291-0/+2
|
* Clean up yacc files in mkcommon, mkhdr.rsc2003-12-041-0/+2
| | | | | Add nan to lib9. Fix memory corruption bugs in 9term.
* Add the #goo to allow use in C++.rsc2003-11-251-12/+11
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-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.)
* Make things build on FreeBSD again.rsc2003-11-231-1/+1
|
* Annoying changes to work on Sun boxes.rsc2003-11-231-2/+6
|
* make -> mkrsc2003-11-231-0/+21