Changeset 5e7b926 in mainline for arch/amd64/Makefile.inc
- Timestamp:
- 2006-03-15T12:32:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ef1ee83
- Parents:
- 46bbccb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/Makefile.inc
r46bbccb r5e7b926 29 29 build: image.boot 30 30 31 image.boot: kernel 31 image.boot: kernel uspace 32 32 gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot 33 33 e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin 34 34 e2cp $(USPACEDIR)/init/init image.boot:/init 35 35 36 clean: clean_kernel 36 clean: clean_kernel clean_uspace 37 37 -rm -f image.boot 38 38 39 arch_distclean: distclean_kernel 39 arch_distclean: distclean_kernel distclean_uspace
Note:
See TracChangeset
for help on using the changeset viewer.