aboutsummaryrefslogtreecommitdiff
path: root/src/lib9p/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* lib9p: Fix compile errorAlexander Kapshuk2021-09-011-1/+0
| | | | | | | | | | | | | | | | | | | | | commit 385a6d5877258cee0cac6151e6359c9206006b01 removed src/lib9p/_post.c from the code base, but overlooked removing a reference to the _post.o object file from the src/lib9p/mkfile. This results in lib9p failing to compile: * Running on Darwin... * Compiler version: Apple clang version 12.0.5 (clang-1205.0.22.11) * Building mk... * Building everything (be patient)... >>> mk: don't know how to make '/Users/sasha/plan9port_fork/lib/lib9p.a(_post.o)' in /Users/sasha/plan9port_fork/src/lib9p mk: for i in ... : exit status=exit(1) Remove _post.o from the list of dependent object files from src/lib9p/mkfile to have lib9p compile. Fixes: 385a6d587725 ("lib9p: Remove postmountsrv (#505)")
* lib9p: add ramfs build rule (ramfs does not work)Russ Cox2008-07-091-0/+4
|
* build changesrsc2005-02-111-1/+0
|
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* Small tweaksrsc2004-03-211-0/+20
Lots of new code imported.