Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | build: use installbsd instead of install on AIX | Russ Cox | 1 | -1/+1 | |
Even in mkmk.sh. | |||||
2020-02-22 | Fix broken references to plan9.bell-labs.com/plan9 | Larkin Nickle | 4 | -11/+11 | |
Fixes #357 | |||||
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 | -17/+2 | |
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 | |||||
2018-11-16 | INSTALL: set $NPROC on macOS | Russ Cox | 1 | -1/+1 | |
My MacBook Pro has hw.ncpu=12, so set NPROC=12. Speeds up INSTALL dramatically. Should probably add similar code to other OSes. Also silence rio warning from earlier commit. | |||||
2017-09-14 | all: remove .cvsignore files | Kare Nuorteva | 2 | -24/+0 | |
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0 | |||||
2017-09-01 | dist/publish: fix export of of usr tree | Russ Cox | 1 | -1/+1 | |
2017-09-01 | all: update site from swtch.com to 9fans.github.io | Russ Cox | 8 | -20/+53 | |
2017-07-16 | dist: update mk push | Russ Cox | 1 | -4/+4 | |
Change-Id: I848df28b079ca43dfbe4f7ea6b52cdaf260fd6aa Reviewed-on: https://plan9port-review.googlesource.com/2963 Reviewed-by: Russ Cox <rsc@swtch.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> | |||||
2014-03-25 | dist/main.html: update supported systems and commit log link. | Shenghou Ma | 1 | -3/+4 | |
LGTM=rsc R=rsc https://codereview.appspot.com/72340043 | |||||
2012-10-20 | INSTALL: don't try to use \b in acme window | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/6734051 | |||||
2011-10-23 | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 1 | -0/+1 | |
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 | |||||
2011-02-28 | belorussian translation link | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/4251044 | |||||
2010-04-09 | fix build on SunOS (Sparc) | Arvindh Rajesh Tamilmani | 1 | -0/+1 | |
R=rsc CC=codebot http://codereview.appspot.com/882044 | |||||
2009-12-27 | merge | Russ Cox | 1 | -4/+0 | |
2009-07-29 | docs: document bitbucket servers, codereview(1) | Russ Cox | 1 | -4/+4 | |
http://codereview.appspot.com/98068 | |||||
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 | -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-15 | buildmk: sync $OBJTYPE with src/mkhdr | Russ Cox | 1 | -2/+3 | |
fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042 | |||||
2009-07-14 | merge | Russ Cox | 1 | -2/+2 | |
2009-05-01 | main.html: FreeBSD/x86-64 works | Russ Cox | 1 | -1/+1 | |
2008-12-06 | manweb: avoid null concatenation | Russ Cox | 1 | -0/+4 | |
2008-12-06 | isum.awk: make flush work everywhere else again | Russ Cox | 1 | -13/+14 | |
2008-12-01 | buildmk: support Solaris x86 | Albert Lee | 1 | -0/+1 | |
2008-12-01 | mkfilelist: give find an argument | Albert Lee | 1 | -1/+1 | |
2008-12-01 | isum.awk: define fflush for awk != gawk | Albert Lee | 1 | -1/+6 | |
2008-07-10 | tfont: accomodate broken fonts with multiply-mapped glyphs | Russ Cox | 1 | -5/+37 | |
2008-07-10 | [merge] | Russ Cox | 2 | -4/+13 | |
2008-07-03 | dist: new, linear addsrclinks | Russ Cox | 1 | -4/+7 | |
2008-05-10 | main.html: link to HG changes | Russ Cox | 1 | -2/+6 | |
2008-05-10 | isum.awk: ignore page cat pdfprolog recipe | Russ Cox | 1 | -1/+1 | |
2008-01-10 | dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood) | Russ Cox | 1 | -1/+1 | |
2007-03-25 | add x86-64 | rsc | 1 | -1/+1 | |
2007-03-25 | add x86 os x | rsc | 1 | -1/+1 | |
2006-07-23 | better status | rsc | 1 | -8/+10 | |
2006-07-23 | show current directory | rsc | 1 | -0/+51 | |
2006-03-20 | not true | rsc | 1 | -2/+2 | |
2006-03-20 | update lucida | rsc | 2 | -1/+6 | |
2006-03-20 | ack b&h | rsc | 1 | -1/+7 | |
2006-03-19 | junk | rsc | 5 | -0/+211 | |
2005-12-15 | stupid solaris | rsc | 1 | -6/+7 | |
2005-11-29 | need this | rsc | 1 | -0/+16 | |
2005-11-28 | Make install less chatty, more useful. | rsc | 1 | -0/+3 | |
2005-11-28 | add text version of install(1) | rsc | 1 | -0/+3 | |
2005-11-26 | new arch | rsc | 1 | -2/+2 | |
2005-11-26 | new isum | rsc | 2 | -4/+93 | |
2005-09-13 | Get installed size right. | rsc | 1 | -12/+13 | |
2005-09-13 | bin | rsc | 1 | -2/+5 | |