Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1009 → Rev 1008

/boot/trunk/arch/amd64/Makefile.inc
28,12 → 28,12
 
build: image.boot
 
image.boot: kernel uspace
image.boot: kernel
gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
e2cp $(USPACEDIR)/init/init image.boot:/init
 
clean: clean_kernel clean_uspace
clean: clean_kernel
-rm -f image.boot
 
arch_distclean: distclean_kernel distclean_uspace
arch_distclean: distclean_kernel