summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-10 22:46:45 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-10 22:46:45 -0800
commit0d5393afa622b359207e9bb2f248ebd6489a330c (patch)
treea3ec5c8d8fe573e38ad3495dcd46d17553c67137 /makefile
parent8f2da195b784c9f8c75ec5c336f9020a3537dd49 (diff)
Notice out-of-date sysroot folders and complain.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 855ab7a..18dc376 100644
--- a/makefile
+++ b/makefile
@@ -113,8 +113,8 @@ Images/%.png: %.png
@echo "[pngc] $<"
@./pngcrush.sh $< $@
-sysroot:
- @echo "Please read compiling.txt: you do not have a ./sysroot/ folder with the on-device requirements." 1>&2
+sysroot: sysroot.sh
+ @echo "Your ./sysroot/ is either missing or out of date. Please read compiling.txt for help." 1>&2
@echo 1>&2
@exit 1