aboutsummaryrefslogtreecommitdiff
path: root/unix/make
Commit message (Collapse)AuthorAgeFilesLines
* all: remove $OBJTYPE from buildRuss Cox2020-12-3015-24/+3
| | | | | | | 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.
* unix: move Makefile so that it cannot be run accidentallyRuss Cox2009-08-241-0/+11
|
* unix: move man pages in unix portsRuss Cox2008-07-205-15/+16
|
* unix ports: add Make.Darwin-386 fileRuss Cox2008-07-091-0/+7
|
* unix libfmt: use mkdir -p to create man3 directoryRuss Cox2008-07-091-1/+1
|
* mergeRuss Cox2007-08-231-0/+1
|
* add Linux x86-64 (thanks to Ævar Arnfjörð Bjarmason)Russ Cox2007-08-225-4/+6
|
* Fix up OBJTYPE on 64-bit x86 FreeBSD machines.wkj2005-02-221-1/+1
|
* add ranlib for macrsc2005-01-303-0/+4
|
* stupid bugsrsc2005-01-231-1/+1
|
* replace mdir with mkdir; oopsrsc2005-01-211-1/+1
|
* tweaksrsc2005-01-168-10/+17
|
* checkpointrsc2005-01-143-1/+6
|
* fix up extraction proceduresrsc2004-12-282-2/+1
|
* various forgotten filesrsc2004-09-201-0/+6
|
* More files.rsc2004-03-251-0/+7
|
* Build Unix-friendly versions directly from library.rsc2004-03-0119-0/+393