[make] Fix some Makefile initrd stuff

This commit is contained in:
Kevin Lange 2011-02-04 23:14:54 -06:00
parent db4643d4ec
commit b61b48f8c8

View File

@ -2,9 +2,9 @@ include Makefile.inc
DIRS = core DIRS = core
.PHONY: all clean install core run curses .PHONY: all clean install core run curses initrd
all: kernel initrd all: kernel
install: kernel install: kernel
cp bootdisk.src.img bootdisk.img cp bootdisk.src.img bootdisk.img
@ -34,6 +34,7 @@ start.o: start.asm
nasm -f elf -o start.o start.asm nasm -f elf -o start.o start.asm
initrd: fs initrd: fs
-rm -f initrd
genext2fs -d fs -q -b 249 -v initrd genext2fs -d fs -q -b 249 -v initrd
clean: clean: