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_fixcpp/sys/src/cmd/webfs/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=webfs
5
 
6
SCHEMEOFILES=\
7
	file.$O\
8
	ftp.$O\
9
	http.$O\
10
 
11
OFILES=\
12
	buf.$O\
13
	client.$O\
14
	cookies.$O\
15
	fs.$O\
16
	http.$O\
17
	io.$O\
18
	main.$O\
19
	plumb.$O\
20
	url.$O\
21
	util.$O\
22
#	$SCHEMEOFILES
23
 
24
HFILES=\
25
	dat.h\
26
	fns.h\
27
 
28
UPDATE=\
29
	mkfile\
30
	$HFILES\
31
	${OFILES:%.$O=%.c}\
32
	${TARG:%=/386/bin/%}\
33
 
34
</sys/src/cmd/mkone
35