Subversion Repositories Kolibri OS

Rev

Rev 1737 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1737 Rev 1739
Line 3... Line 3...
3
# are intermediate variables and macroses not to be modified unless you
3
# are intermediate variables and macroses not to be modified unless you
4
# know what you're doing.
4
# know what you're doing.
Line 5... Line 5...
5
 
5
 
6
# Define directories for destination, source repository, sources of kernel, sources of programs.
6
# Define directories for destination, source repository, sources of kernel, sources of programs.
7
BUILD_DIR:=build
7
BUILD_DIR:=build
8
REPOSITORY:=../localcopy
8
REPOSITORY:=../..
9
KERNEL:=$(REPOSITORY)/kernel/trunk
9
KERNEL:=$(REPOSITORY)/kernel/trunk
Line 10... Line 10...
10
PROGS:=$(REPOSITORY)/programs
10
PROGS:=$(REPOSITORY)/programs
11
 
11