Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-17 | INSTALL: build mk all the time | Russ Cox | 1 | -4/+3 | |
If mk gets into a bad state, it's not obvious that you can remove the binary to force the rebuild. Also, not rebuilding means that bugs in mkmk.sh are not noticed. Just rebuild from scratch every time. It doesn't take too long compared to the rest of INSTALL. | |||||
2020-01-19 | all: remove Linux 2.4 vs 2.6 detection | Russ Cox | 1 | -20/+3 | |
Linux 2.4 is dead. (The libthread code hasn't worked for Linux 2.4 for a long time.) | |||||
2020-01-13 | INSTALL: do not rm config after setting it up | Russ Cox | 1 | -7/+7 | |
Fixes #334. | |||||
2020-01-07 | INSTALL, 9c, 9l: improve handling of *BSD (#302) | Leonid Bobrov | 1 | -23/+25 | |
2018-11-16 | INSTALL: use cc to check for fontsrv on non-Darwin (#203) | Xiao-Yong | 1 | -1/+1 | |
FreeBSD 11.2 by default does not have gcc. | |||||
2018-11-16 | INSTALL: set $NPROC on macOS | Russ Cox | 1 | -0/+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. | |||||
2018-11-15 | INSTALL: set CC9 on macOS to use xcrun clang | Russ Cox | 1 | -0/+1 | |
Using plain 'clang' does not work well for the new devdraw on macOS 10.14. But 'xcrun --sdk macosx clang' does work, for reasons no one understands. Hopefully this will be OK on all macOS systems. | |||||
2018-11-14 | INSTALL: fix compiler detection on FreeBSD+clang (#177) | Francis Conti | 1 | -17/+24 | |
2017-09-01 | all: update site from swtch.com to 9fans.github.io | Russ Cox | 1 | -3/+3 | |
2015-11-10 | INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 to | Gleydson Soares | 1 | -1/+2 | |
X11 headers detection, so that enable fontsrv build on OpenBSD. Change-Id: I2f3f766339a9f8beed647dfbb19a588d1825732a Reviewed-on: https://plan9port-review.googlesource.com/1290 Reviewed-by: Russ Cox <rsc@google.com> | |||||
2014-11-07 | INSTALL: fix path of quote1 and quote2 | David du Colombier | 1 | -3/+3 | |
Thanks to Akshat Kumar for reporting this issue. LGTM=seed, rsc R=rsc, seed https://codereview.appspot.com/173770043 | |||||
2014-06-03 | build: rename " and "" to quote1 and quote2 for hg | Russ Cox | 1 | -0/+4 | |
They'll be copied back during installation but then hg doesn't have to create those files on systems that have trouble with them. TBR=rsc https://codereview.appspot.com/105800043 | |||||
2014-03-05 | INSTALL: fix architecture detection on Solaris. | Shenghou Ma | 1 | -0/+21 | |
And uses gcc for i386 and x86_64. LGTM=rsc R=rsc https://codereview.appspot.com/69860044 | |||||
2014-02-27 | all: DragonFly port. | Shenghou Ma | 1 | -0/+6 | |
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046 | |||||
2014-01-22 | INSTALL: diagnose missing gcc on Darwin | Russ Cox | 1 | -1/+5 | |
TBR=rsc https://codereview.appspot.com/55700043 | |||||
2013-01-30 | fontserv: fix build on FreeBSD 9.1 | Martin Neubauer | 1 | -1/+6 | |
R=rsc https://codereview.appspot.com/7095050 | |||||
2012-12-18 | fontsrv: only build when the pieces are there | Russ Cox | 1 | -0/+15 | |
2012-12-11 | fontsrv: fix build on OpenBSD 5.2 | Christian Kellermann | 1 | -0/+5 | |
R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108 | |||||
2011-10-23 | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 1 | -0/+4 | |
2011-10-03 | INSTALL: use mk -k | Russ Cox | 1 | -1/+1 | |
2011-08-02 | build: OS X 64-bit build | Russ Cox | 1 | -2/+20 | |
R=rsc http://codereview.appspot.com/4838047 | |||||
2011-06-02 | INSTALL: add -r flag | Peter Saveliev | 1 | -1/+5 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096 | |||||
2010-04-09 | fix build on SunOS (Sparc) | Arvindh Rajesh Tamilmani | 1 | -1/+9 | |
R=rsc CC=codebot http://codereview.appspot.com/882044 | |||||
2009-07-29 | docs: document bitbucket servers, codereview(1) | Russ Cox | 1 | -0/+4 | |
http://codereview.appspot.com/98068 | |||||
2008-12-06 | INSTALL: ignore gcc Configured with line | Russ Cox | 1 | -1/+1 | |
2008-05-10 | INSTALL: print compiler info | Russ Cox | 1 | -0/+3 | |
2006-07-24 | space after -v for OS X (andrey) | rsc | 1 | -1/+1 | |
2006-07-23 | show current directory | rsc | 1 | -1/+1 | |
2005-12-30 | split in half | rsc | 1 | -55/+78 | |
2005-11-28 | Make install less chatty, more useful. | rsc | 1 | -18/+37 | |
2005-11-26 | summarize during install | rsc | 1 | -17/+35 | |
2005-07-22 | try to use system utils during ./INSTALL | rsc | 1 | -1/+1 | |
2005-02-02 | use LOCAL.config | rsc | 1 | -1/+8 | |
2005-01-23 | redirect debugging output of isnptl | rsc | 1 | -1/+1 | |
2005-01-21 | use better versions | rsc | 1 | -2/+2 | |
2005-01-18 | run LOCAL.INSTALL | rsc | 1 | -1/+4 | |
2005-01-17 | important to -lpthread | rsc | 1 | -1/+1 | |
2005-01-17 | nptl dependencies | rsc | 1 | -0/+1 | |
2005-01-17 | allow config to override kernel version | rsc | 1 | -0/+18 | |
2005-01-14 | use install.log | rsc | 1 | -1/+1 | |
2005-01-14 | log everything | rsc | 1 | -1/+3 | |
2005-01-14 | better job at cleaning | rsc | 1 | -0/+2 | |
2005-01-14 | build man pages | rsc | 1 | -2/+6 | |
2005-01-07 | tweaks | rsc | 1 | -2/+11 | |
2004-04-19 | clean up when finished. | rsc | 1 | -0/+1 | |
2004-03-02 | More Mac tweaks. | rsc | 1 | -1/+1 | |
2004-02-29 | Install script. | rsc | 1 | -0/+13 | |