From 0ebb0ac983f618edd00cb4de126b5177bcd40679 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Wed, 11 Apr 2012 12:47:39 -0500 Subject: [PATCH] Stop building ramdisks by default. --- Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index ac6c9264..5969a10f 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ EMUKVM = -enable-kvm .SECONDARY: all: .passed system docs utils tags -system: .passed toaruos-initrd toaruos-disk.img toaruos-kernel +system: .passed toaruos-disk.img toaruos-kernel install: system @${BEG} "CP" "Installing to /boot..." @@ -99,7 +99,7 @@ kernel/sys/version.o: kernel/*/*.c kernel/*.c ################ # Ram disk # ################ -toaruos-initrd: .passed initrd/boot/kernel +toaruos-initrd: .passed @${BEG} "initrd" "Generating initial RAM disk" @# Get rid of the old one @-rm -f toaruos-initrd @@ -107,13 +107,6 @@ toaruos-initrd: .passed initrd/boot/kernel @${END} "initrd" "Generated initial RAM disk" @${INFO} "--" "Ramdisk image is ready!" -### Ram Disk installers... - -# Kernel -initrd/boot/kernel: toaruos-kernel - @mkdir -p initrd/boot - @cp toaruos-kernel initrd/boot/kernel - #################### # Hard Disk Images # #################### @@ -179,7 +172,7 @@ clean-docs: clean-bin: @${BEGRM} "RM" "Cleaning native binaries..." - @-rm -f initrd/bin/* + @-rm -f hdd/bin/* @${ENDRM} "RM" "Cleaned native binaries" clean-aux: