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/9/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
ARCH=\
2
	bcm\
3
	kw\
4
	mtx\
5
	omap\
6
	pc\
7
	ppc\
8
	rb\
9
	teg2\
10
 
11
all:V:
12
	for(i in $ARCH)@{
13
		cd $i
14
		mk
15
	}
16
	# build pc boots last
17
	@{ cd pc; mk clean }
18
	@{ cd pcboot; mk }
19
pcboot:V:
20
	@{ cd pc; mk clean }
21
	@{ cd pcboot; mk }
22
 
23
installall install:V:
24
	for(i in $ARCH) @{
25
		cd $i
26
		mk $target
27
	}
28
	@{ cd pc; mk clean }
29
	@{ cd pcboot; mk install }
30
	@{ cd pc; mk clean }
31
 
32
clean:V:
33
	for(i in $ARCH pcboot) @{
34
		cd $i
35
		mk clean
36
	}