aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-02-07 18:15:53 -0600
committerRob Landley <rob@landley.net>2016-02-07 18:15:53 -0600
commit712e43ef7c92e8903e6f9d7ca261a420c566d299 (patch)
tree2ead7dae55d167de00e28e20024dce9e5f7c5d1c /scripts/make.sh
parent3679024969b9b71c1d53a1d76f1aeb9593404490 (diff)
downloadtoybox-712e43ef7c92e8903e6f9d7ca261a420c566d299.tar.gz
Add "make ls" and friends targets, with "make working" and "make pending" lists.
Diffstat (limited to 'scripts/make.sh')
-rwxr-xr-xscripts/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index 9fbf086a..84dda343 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -66,7 +66,7 @@ CFLAGS="$CFLAGS $(cat generated/cflags)"
BUILD="$(echo ${CROSS_COMPILE}${CC} $CFLAGS -I . $OPTIMIZE $GITHASH)"
FILES="$(echo lib/*.c main.c $TOYFILES)"
-if [ "${FILES/pending//}" != "$FILES" ]
+if [ "${TOYFILES/pending//}" != "$TOYFILES" ]
then
echo -e "\n\033[1;31mwarning: using unfinished code from toys/pending\033[0m"
fi