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/planix-v0/sys/src/cmd/snap/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
BIN=/$objtype/bin
3
 
4
TARG=snap snapfs
5
OFILES=\
6
	read.$O\
7
	take.$O\
8
	util.$O\
9
	write.$O\
10
 
11
HFILES=snap.h
12
 
13
UPDATE=\
14
	mkfile\
15
	$HFILES\
16
	${OFILES:%.$O=%.c}\
17
	${TARG:%=%.c}\
18
	${TARG:%=/386/bin/%}\
19
 
20
LIB=/$objtype/lib/lib9p.a
21
 
22
</sys/src/cmd/mkmany