Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-09 | src: mv ../buildEnvironmentVariables mkhdr | Russ Cox | 1 | -1/+1 | |
Also note that the file must be valid shell and mk input. For #321. | |||||
2020-01-07 | all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321) | Neven Sajko | 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 | |||||
2015-06-03 | all: linux/arm64 port | Aram Hăvărneanu | 1 | -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-03 | all: linux/mips port | Aram Hăvărneanu | 1 | -0/+1 | |
Change-Id: I0af67bc44c7bb62a8e5a47eac597367f521f1c11 Reviewed-on: https://plan9port-review.googlesource.com/1210 Reviewed-by: Russ Cox <rsc@google.com> | |||||
2011-10-23 | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 1 | -0/+1 | |
2011-08-02 | build: OS X 64-bit build | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/4838047 | |||||
2011-05-18 | build: fix for non-standard uname | Richard Miller | 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 | |||||
2010-04-09 | fix build on SunOS (Sparc) | Arvindh Rajesh Tamilmani | 1 | -0/+1 | |
R=rsc CC=codebot http://codereview.appspot.com/882044 | |||||
2009-07-17 | mkhdr, buildmk: add alpha | Benjamin Huntsman | 1 | -0/+1 | |
http://codereview.appspot.com/95065 | |||||
2009-07-16 | build: work around broken Linux uname -p | Russ Cox | 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 | |||||
2009-07-15 | buildmk: sync $OBJTYPE with src/mkhdr | Russ Cox | 1 | -5/+6 | |
fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042 | |||||
2009-07-14 | merge | Russ Cox | 1 | -1/+1 | |
2008-12-01 | src/mkhdr: support Solaris x86 | Albert Lee | 1 | -0/+1 | |
2006-02-24 | use install not install -c | rsc | 1 | -1/+1 | |
2005-11-01 | arm | rsc | 1 | -0/+2 | |
2005-07-13 | remove X11 | rsc | 1 | -3/+1 | |
2005-05-01 | OpenBSD support. | rsc | 1 | -0/+1 | |
2005-02-22 | Fix up OBJTYPE on 64-bit x86 FreeBSD machines. | wkj | 1 | -0/+1 | |
2005-01-17 | allow config to override kernel version | rsc | 1 | -2/+0 | |
2005-01-14 | works on Linux 2.6 | rsc | 1 | -0/+1 | |
2005-01-11 | no more 9commands | rsc | 1 | -1/+1 | |
2005-01-11 | os x changes | rsc | 1 | -1/+8 | |
2005-01-04 | set SYSVERSION for 9c | rsc | 1 | -0/+1 | |
2004-08-22 | PowerPC Linux support from ericvh. | rsc | 1 | -1/+1 | |
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | |||||
2004-04-21 | use mk archive stuff | rsc | 1 | -1/+1 | |
2004-02-29 | Various tweaks. | rsc | 1 | -1/+1 | |
2004-02-29 | Tweak listing of libraries. | rsc | 1 | -0/+2 | |
2003-12-04 | Clean up yacc files in mkcommon, mkhdr. | rsc | 1 | -0/+2 | |
Add nan to lib9. Fix memory corruption bugs in 9term. | |||||
2003-11-25 | Add the #goo to allow use in C++. | rsc | 1 | -12/+11 | |
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups. | |||||
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 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.) | |||||
2003-11-23 | Make things build on FreeBSD again. | rsc | 1 | -1/+1 | |
2003-11-23 | Annoying changes to work on Sun boxes. | rsc | 1 | -2/+6 | |
2003-11-23 | make -> mk | rsc | 1 | -0/+21 | |