Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1299 → Rev 1298

/boot/trunk/arch/amd64/grub/grub.conf
File deleted
/boot/trunk/arch/amd64/grub/grub.img.gz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/boot/trunk/arch/amd64/Makefile.inc
30,12 → 30,10
 
image.boot: kernel uspace
gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
e2cp arch/$(ARCH)/grub/grub.conf image.boot:/boot/grub/grub.conf
e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
e2cp $(USPACEDIR)/init/init image.boot:/init
e2cp $(USPACEDIR)/ns/ns image.boot:/ns
e2cp $(USPACEDIR)/pci/pci image.boot:/pci
e2cp $(USPACEDIR)/fb/fb image.boot:/fb
e2cp $(USPACEDIR)/ns/ns image.boot:/ns
e2cp $(USPACEDIR)/pci/pci image.boot:/pci
 
clean: clean_kernel clean_uspace
-rm -f image.boot
/boot/trunk/arch/ia32/grub/grub.conf
File deleted
/boot/trunk/arch/ia32/grub/grub.img.gz
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/boot/trunk/arch/ia32/Makefile.inc
30,12 → 30,10
 
image.boot: kernel uspace
gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
e2cp arch/$(ARCH)/grub/grub.conf image.boot:/boot/grub/grub.conf
e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
e2cp $(USPACEDIR)/init/init image.boot:/init
e2cp $(USPACEDIR)/ns/ns image.boot:/ns
e2cp $(USPACEDIR)/pci/pci image.boot:/pci
e2cp $(USPACEDIR)/fb/fb image.boot:/fb
 
clean: clean_kernel clean_uspace
-rm -f image.boot