*** empty log message ***
This commit is contained in:
parent
c1d5a0c721
commit
ffd0d165a7
2 changed files with 18 additions and 2 deletions
|
@ -6,7 +6,7 @@ var l=4
|
||||||
var f=4
|
var f=4
|
||||||
var d=8
|
var d=8
|
||||||
var NAME=i8080
|
var NAME=i8080
|
||||||
var M=8080
|
var M=i80
|
||||||
var LIB=lib/{M}/tail_
|
var LIB=lib/{M}/tail_
|
||||||
var RT=lib/{M}/head_
|
var RT=lib/{M}/head_
|
||||||
var INCLUDES=-I{EM}/include -I/usr/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
|
@ -31,6 +31,6 @@ name asld
|
||||||
(.b:{TAIL}={EM}/{LIB}bc) \
|
(.b:{TAIL}={EM}/{LIB}bc) \
|
||||||
(.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
|
(.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
|
||||||
(.b.c.p:{TAIL}={EM}/{LIB}mon) \
|
(.b.c.p:{TAIL}={EM}/{LIB}mon) \
|
||||||
(.e:{TAIL}={EM}/{LIB}em)
|
(.e:{TAIL}={EM}/{LIB}em {EM}/{LIB}sys)
|
||||||
linker
|
linker
|
||||||
end
|
end
|
||||||
|
|
16
mach/i80/libmon/Makefile
Normal file
16
mach/i80/libmon/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
install: tail
|
||||||
|
../../install head.s head_em
|
||||||
|
../../install tail tail_sys
|
||||||
|
|
||||||
|
cmp: tail
|
||||||
|
-../../compare head.s head_em
|
||||||
|
-../../compare tail tail_sys
|
||||||
|
|
||||||
|
tail:
|
||||||
|
arch cr `cat LIST`
|
||||||
|
|
||||||
|
opr:
|
||||||
|
make pr | opr
|
||||||
|
pr:
|
||||||
|
@pr `pwd`/Makefile `pwd`/head.s
|
||||||
|
@pr -l33 `tail +1 LIST|sort`
|
Loading…
Add table
Reference in a new issue