| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 9a: remove a few mentions | Russ Cox | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | build: use installbsd instead of install on AIX | Russ Cox | 2020-05-18 | 1 | -3/+0 |
| | | | | | Even in mkmk.sh. | ||||
| * | src: mv ../buildEnvironmentVariables mkhdr | Russ Cox | 2020-01-09 | 1 | -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 Sajko | 2020-01-07 | 1 | -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 port | Aram Hăvărneanu | 2015-06-03 | 1 | -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 port | Aram Hăvărneanu | 2015-06-03 | 1 | -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 Cox | 2011-10-23 | 1 | -0/+1 |
| | | |||||
| * | build: OS X 64-bit build | Russ Cox | 2011-08-02 | 1 | -0/+1 |
| | | | | | | R=rsc http://codereview.appspot.com/4838047 | ||||
| * | build: fix for non-standard uname | Richard Miller | 2011-05-18 | 1 | -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 Tamilmani | 2010-04-09 | 1 | -0/+1 |
| | | | | | | | R=rsc CC=codebot http://codereview.appspot.com/882044 | ||||
| * | mkhdr, buildmk: add alpha | Benjamin Huntsman | 2009-07-17 | 1 | -0/+1 |
| | | | | | http://codereview.appspot.com/95065 | ||||
| * | build: work around broken Linux uname -p | Russ Cox | 2009-07-16 | 1 | -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/mkhdr | Russ Cox | 2009-07-15 | 1 | -5/+6 |
| | | | | | | | fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042 | ||||
| * | merge | Russ Cox | 2009-07-14 | 1 | -1/+1 |
| | | |||||
| * | src/mkhdr: support Solaris x86 | Albert Lee | 2008-12-01 | 1 | -0/+1 |
| | | |||||
| * | use install not install -c | rsc | 2006-02-24 | 1 | -1/+1 |
| | | |||||
| * | arm | rsc | 2005-11-01 | 1 | -0/+2 |
| | | |||||
| * | remove X11 | rsc | 2005-07-13 | 1 | -3/+1 |
| | | |||||
| * | OpenBSD support. | rsc | 2005-05-01 | 1 | -0/+1 |
| | | |||||
| * | Fix up OBJTYPE on 64-bit x86 FreeBSD machines. | wkj | 2005-02-22 | 1 | -0/+1 |
| | | |||||
| * | allow config to override kernel version | rsc | 2005-01-17 | 1 | -2/+0 |
| | | |||||
| * | works on Linux 2.6 | rsc | 2005-01-14 | 1 | -0/+1 |
| | | |||||
| * | no more 9commands | rsc | 2005-01-11 | 1 | -1/+1 |
| | | |||||
| * | os x changes | rsc | 2005-01-11 | 1 | -1/+8 |
| | | |||||
| * | set SYSVERSION for 9c | rsc | 2005-01-04 | 1 | -0/+1 |
| | | |||||
| * | PowerPC Linux support from ericvh. | rsc | 2004-08-22 | 1 | -1/+1 |
| | | | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | ||||
| * | use mk archive stuff | rsc | 2004-04-21 | 1 | -1/+1 |
| | | |||||
| * | Various tweaks. | rsc | 2004-02-29 | 1 | -1/+1 |
| | | |||||
| * | Tweak listing of libraries. | rsc | 2004-02-29 | 1 | -0/+2 |
| | | |||||
| * | Clean up yacc files in mkcommon, mkhdr. | rsc | 2003-12-04 | 1 | -0/+2 |
| | | | | | | Add nan to lib9. Fix memory corruption bugs in 9term. | ||||
| * | Add the #goo to allow use in C++. | rsc | 2003-11-25 | 1 | -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, | rsc | 2003-11-24 | 1 | -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. | rsc | 2003-11-23 | 1 | -1/+1 |
| | | |||||
| * | Annoying changes to work on Sun boxes. | rsc | 2003-11-23 | 1 | -2/+6 |
| | | |||||
| * | make -> mk | rsc | 2003-11-23 | 1 | -0/+21 |