Subversion Repositories HelenOS

Rev

Rev 1787 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 3343
1
Following make targets are supported:
1
Following make targets are supported:
2
 
2
 
3
make, make all
3
make, make all
4
	- Check configuration, build
4
	- Check configuration, build
5
 
5
 
6
make config
6
make config
7
	- Start kernel configuration program
7
	- Start kernel configuration program
8
 
8
 
9
make clean
9
make clean
10
	- Clean build temporary files
10
	- Clean build temporary files
11
 
11
 
12
make distclean
12
make distclean
13
	- Clean everything including configuration
13
	- Clean everything including configuration
14
 
14
 
15
 
15