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/boot/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
	pc\
3
 
4
all:V:
5
	for(i in $ARCH)@{
6
		cd $i
7
		mk
8
	}
9
 
10
installall install:V:
11
	for(i in $ARCH) @{
12
		cd $i
13
		mk install
14
	}
15
 
16
clean:V:
17
	for(i in $ARCH) @{
18
		cd $i
19
		mk clean
20
	}