Changeset ff12a3c in mainline for arch/ia32/boot/Makefile
- Timestamp:
- 2005-12-18T13:28:50Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 031e264
- Parents:
- 2cf87e50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/boot/Makefile
r2cf87e50 rff12a3c 1 1 .PHONY: build clean 2 2 3 build: grub.img.gz 4 gunzip -c grub.img.gz > ../../../image.bin 5 e2cp ../../../kernel.bin ../../../image.bin:/boot/kernel.bin 3 build: 6 4 7 5 clean: 8 -rm -f ../../../image.bin
Note:
See TracChangeset
for help on using the changeset viewer.