Changeset 5e7b926 in mainline for arch/amd64/Makefile.inc


Ignore:
Timestamp:
2006-03-15T12:32:05Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ef1ee83
Parents:
46bbccb
Message:

Uspace included to rebuild image.boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/Makefile.inc

    r46bbccb r5e7b926  
    2929build: image.boot
    3030
    31 image.boot: kernel
     31image.boot: kernel uspace
    3232        gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot
    3333        e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin
    3434        e2cp $(USPACEDIR)/init/init image.boot:/init
    3535
    36 clean: clean_kernel
     36clean: clean_kernel clean_uspace
    3737        -rm -f image.boot
    3838
    39 arch_distclean: distclean_kernel
     39arch_distclean: distclean_kernel distclean_uspace
Note: See TracChangeset for help on using the changeset viewer.