comparison cos/Makefile @ 217:8b2e5f3cd579

Removed some stale python source files
author Windel Bouwman
date Fri, 05 Jul 2013 14:13:59 +0200
parents e47bfef80baf
children
comparison
equal deleted inserted replaced
216:57c032c5e753 217:8b2e5f3cd579
1 # vim: set noexpandtab: 1 # vim: set noexpandtab:
2 2
3 all: 3 all:
4 make -C kernel 4 make -C kernel
5 make -C hello 5 make -C hello
6 python utils/makeinitrd.py lcfosinitrd.img hello/hello.bin 6 python ../python/makeinitrd.py lcfosinitrd.img hello/hello.bin
7 cp grub/emptybootdisk.img bootdisk.img 7 cp grub/emptybootdisk.img bootdisk.img
8 mcopy -D o -i bootdisk.img kernel/lcfos.bin :: 8 mcopy -D o -i bootdisk.img kernel/lcfos.bin ::
9 mcopy -D o -i bootdisk.img lcfosinitrd.img :: 9 mcopy -D o -i bootdisk.img lcfosinitrd.img ::
10 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub 10 mcopy -D o -i bootdisk.img grub/menu.lst ::/grub
11 11