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/sys/src/cmd/vac/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
LIBFILES=\
4
	error\
5
	file\
6
	glob\
7
	pack\
8
 
9
LIB=${LIBFILES:%=%.$O}
10
 
11
HFILES=\
12
	/sys/include/venti.h\
13
	stdinc.h\
14
	error.h\
15
	vac.h\
16
	dat.h\
17
	fns.h\
18
 
19
TARG=vac unvac vacfs
20
BIN=/$objtype/bin
21
 
22
CFILES=${TARG:%=%.c} ${LIBFILES:%=%.c}
23
 
24
UPDATE=\
25
	mkfile\
26
	$CFILES\
27
	$HFILES\
28
	${TARG:%=/386/bin/%}
29
 
30
default:V: all
31
 
32
</sys/src/cmd/mkmany