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_unix/sys/src/cmd/cfs/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=cfs
4
COMMONOBJ=\
5
	disk.$O\
6
	bcache.$O\
7
	inode.$O\
8
	lru.$O\
9
	file.$O\
10
 
11
OFILES=cfs.$O $COMMONOBJ
12
 
13
HFILES=\
14
	bcache.h\
15
	cformat.h\
16
	disk.h\
17
	file.h\
18
	inode.h\
19
	lru.h\
20
	stats.h\
21
 
22
CFILES=${OFILES:%.$O=%.c}
23
 
24
UPDATE=mkfile\
25
	/386/bin/$TARG\
26
	$HFILES\
27
	$CFILES\
28
 
29
BIN=/$objtype/bin
30
</sys/src/cmd/mkone
31
 
32
cfs.$O:		cformat.h inode.h bcache.h disk.h lru.h file.h
33
file.$O:	cformat.h inode.h bcache.h disk.h lru.h file.h
34
disk.$O:	cformat.h inode.h bcache.h disk.h lru.h
35
bcache.$O:	cformat.h bcache.h lru.h
36
main.$O:	cformat.h bcache.h disk.h lru.h
37
inode.$O:	cformat.h inode.h bcache.h disk.h lru.h
38
lru.$O:		lru.h
39
 
40
clean:V:
41
	rm -f *.[$OS] [$OS].* cfs cfsck