From: Jay Freeman (saurik) Date: Fri, 11 Mar 2011 06:46:45 +0000 (-0800) Subject: Notice out-of-date sysroot folders and complain. X-Git-Tag: v1.1.0%b6~11 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/0d5393afa622b359207e9bb2f248ebd6489a330c?hp=8f2da195b784c9f8c75ec5c336f9020a3537dd49 Notice out-of-date sysroot folders and complain. --- diff --git a/makefile b/makefile index 855ab7a5..18dc376d 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