diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 22:46:45 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 22:46:45 -0800 |
commit | 0d5393afa622b359207e9bb2f248ebd6489a330c (patch) | |
tree | a3ec5c8d8fe573e38ad3495dcd46d17553c67137 /makefile | |
parent | 8f2da195b784c9f8c75ec5c336f9020a3537dd49 (diff) |
Notice out-of-date sysroot folders and complain.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |