aboutsummaryrefslogtreecommitdiff
path: root/src/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* config: add $egrepDan Cross2025-07-231-1/+1
| | | | | | | | | | | Introduce a new variable set in $PLAN9/config: $egrep, which is conditionally set to either `egrep` or `grep -E`, based on platform, and use this when we want to invoke `egrep`. This works around the endless warnings from GNU grep stating that `egrep` is deprecated in favor of `grep -E`, when run on e.g. Linux.
* all: remove $OBJTYPE from buildRuss Cox2020-12-301-2/+0
| | | | | | | Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
* build: use installbsd instead of install on AIXRuss Cox2020-05-181-1/+2
| | | | Even in mkmk.sh.
* mkfile, mkmk.sh: update for new asm-free getcallerpcRuss Cox2020-01-091-1/+0
|
* fix INSTALL warningsRuss Cox2012-05-291-1/+0
| | | | | R=rsc http://codereview.appspot.com/6258060
* devdraw: cleanup, fix macargvRuss Cox2011-10-121-0/+1
|
* update lucidarsc2006-03-201-0/+1
|
* Make install less chatty, more useful.rsc2005-11-281-1/+2
|
* add tracing cd printsrsc2005-11-261-3/+2
|
* no httpdrsc2005-07-211-1/+1
|
* unbugger sunrpc, diskfsrsc2005-07-131-1/+1
|
* add diskfs to buggeredrsc2005-07-131-1/+1
|
* unbuggerrsc2005-02-111-1/+1
|
* checkpointrsc2005-01-141-1/+0
|
* bugger fs in case it comes backrsc2005-01-041-1/+1
|
* thread is not buggered anymorersc2004-12-281-1/+1
|
* run 9c before 9a because gas doesn't exit with non-zero status when the file ↵rsc2004-10-221-1/+1
| | | | doesn't exist
* Continue the pthreads torture.rsc2004-09-211-0/+8
|
* bugger auth and authsrvrsc2004-06-171-1/+1
|
* Libip builds for me on FreeBSD and MacOS X and I have stuff that needs it.wkj2004-06-031-1/+1
|
* fix $PLAN9.rsc2004-05-151-0/+1
|
* Crsc2004-05-141-0/+1
| | | | | | | little bugs . wq VS: ----------------------------------------------------------------------
* small fixesrsc2004-04-211-1/+1
|
* clean up when finished.rsc2004-04-191-1/+1
|
* Today's changes.rsc2004-03-251-1/+1
| | | | More changes.
* Small tweaksrsc2004-03-211-1/+1
| | | | Lots of new code imported.
* Various fixes, add spell.rsc2004-03-091-16/+4
|
* Some day I will get this right.rsc2004-03-041-1/+6
|
* More Mac tweaks.rsc2004-03-021-2/+4
|
* Various tweaks.rsc2004-02-291-0/+1
|
* Update mkmk.sh.rsc2004-02-291-3/+4
|
* Fighting the good fight.rsc2004-02-291-4/+2
| | | | | | | | | | | | Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
* add libsrsc2004-01-091-0/+2
|
* add libplumb to dir listrsc2003-11-251-0/+1
|
* More tweaks on Linux and Solaris.rsc2003-11-251-1/+1
|
* Make things build on FreeBSD again.rsc2003-11-231-1/+1
|
* Annoying changes to work on Sun boxes.rsc2003-11-231-1/+1
|
* make -> mkrsc2003-11-231-0/+53