Make docs and utils a separate build path from all

docs require too many extra dependencies and haven't been updated in
ages; utils are not required for anything.

[ci skip]
This commit is contained in:
Kevin Lange 2012-09-10 22:53:39 -07:00
parent 688e2f19bd
commit 09c01eb2c5

View File

@ -45,7 +45,8 @@ INITRDBIN = $H/reboot $H/nyancat $H/clear $H/cat $H/terminal $H/esh $H/echo $H/i
.PHONY: all system clean clean-once clean-hard clean-soft clean-docs clean-bin clean-aux clean-core update-version install run docs utils
.SECONDARY:
all: .passed system docs utils tags
all: .passed system tags
aux: utils docs
system: .passed toaruos-disk.img toaruos-kernel
install: system