checkpoint
This commit is contained in:
parent
2634795b5f
commit
78e51a8c66
314 changed files with 48199 additions and 300 deletions
|
|
@ -16,6 +16,11 @@ UPDATE=mkfile\
|
|||
<$PLAN9/src/mksyslib
|
||||
|
||||
%.s: %.spp
|
||||
cpp $stem.spp >$stem.s
|
||||
if [ `uname` = OpenBSD ]
|
||||
then
|
||||
gcc -xc -E $stem.spp >$stem.s
|
||||
else
|
||||
cpp $stem.spp >$stem.s
|
||||
fi
|
||||
|
||||
CLEANFILES=md5block.s sha1block.s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue