Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/acme/bin/source/win/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
TARG=win
4
OFILES=\
5
	fs.$O\
6
	main.$O\
7
	pipe.$O\
8
	util.$O\
9
	win.$O
10
 
11
HFILES=dat.h
12
LIB=/$objtype/lib/lib9p.a
13
 
14
BIN=/acme/bin/$objtype
15
</sys/src/cmd/mkone
16
 
17
UPDATE=\
18
	mkfile\
19
	$HFILES\
20
	${OFILES:%.$O=%.c}\
21
	${TARG:%=/acme/bin/$objtype/%}\
22
 
23
syms:V:
24
	8c -a main.c	>syms
25
	8c -aa util.c win.c 	>>syms