Subversion Repositories HelenOS-historic

Rev

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

Rev 890 Rev 1771
Line 29... Line 29...
29
TMP=distroot
29
TMP=distroot
30
 
30
 
31
build: image.iso
31
build: image.iso
32
 
32
 
33
image.iso: kernel
33
image.iso: kernel
-
 
34
	make -C arch/$(ARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) IMAGE=$(CONFIG_IMAGE)
34
	mkdir -p $(TMP)/boot
35
	mkdir -p $(TMP)/boot
35
	mkdir -p $(TMP)/kernel
36
	mkdir -p $(TMP)/kernel
36
	cat arch/$(ARCH)/silo/silo.tar.gz | (cd $(TMP)/boot; tar xvfz -)
37
	cat arch/$(ARCH)/silo/silo.tar.gz | (cd $(TMP)/boot; tar xvfz -)
37
	cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING arch/$(ARCH)/silo/silo.conf $(TMP)/boot
38
	cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING arch/$(ARCH)/silo/silo.conf $(TMP)/boot
38
	ln -sf ../../$(KERNELDIR)/kernel.bin $(TMP)/kernel/kernel.bin
39
	ln -sf ../../$(KERNELDIR)/kernel.bin $(TMP)/kernel/kernel.bin