Subversion Repositories HelenOS-historic

Rev

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

Rev 1182 Rev 1299
Line 28... Line 28...
28
 
28
 
29
build: image.boot
29
build: image.boot
30
 
30
 
31
image.boot: kernel uspace
31
image.boot: kernel uspace
32
	gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
32
	gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
-
 
33
	e2cp arch/$(ARCH)/grub/grub.conf image.boot:/boot/grub/grub.conf
33
	e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
34
	e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
34
	e2cp $(USPACEDIR)/init/init image.boot:/init
35
	e2cp $(USPACEDIR)/init/init image.boot:/init
35
	e2cp $(USPACEDIR)/ns/ns image.boot:/ns 
36
	e2cp $(USPACEDIR)/ns/ns image.boot:/ns
36
	e2cp $(USPACEDIR)/pci/pci image.boot:/pci 
37
	e2cp $(USPACEDIR)/pci/pci image.boot:/pci
-
 
38
	e2cp $(USPACEDIR)/fb/fb image.boot:/fb
37
 
39
 
38
clean: clean_kernel clean_uspace
40
clean: clean_kernel clean_uspace
39
	-rm -f image.boot
41
	-rm -f image.boot
40
 
42
 
41
arch_distclean: distclean_kernel distclean_uspace
43
arch_distclean: distclean_kernel distclean_uspace