Subversion Repositories HelenOS-historic

Rev

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

Rev 708 Rev 801
Line 29... Line 29...
29
build: image.boot
29
build: image.boot
30
 
30
 
31
image.boot: kernel
31
image.boot: kernel
32
	gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
32
	gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
33
	e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
33
	e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
-
 
34
	e2cp $(USPACEDIR)/init/init image.boot:/init
34
 
35
 
35
clean: clean_kernel
36
clean: clean_kernel
36
	-rm -f image.boot
37
	-rm -f image.boot
37
 
38
 
38
arch_distclean: distclean_kernel
39
arch_distclean: distclean_kernel