Make hush the default shell. Ensure the applets_list gets
authorEric Andersen <andersen@codepoet.org>
Wed, 30 May 2001 19:09:40 +0000 (19:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 30 May 2001 19:09:40 +0000 (19:09 -0000)
the axe on a distclean.

Makefile

index 866fe5b46625e66cff9327c78aa5ec08373e8c84..16da9fd4741892314950b1aa4e60f1d7a9abadda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -273,7 +273,7 @@ CFLAGS += $(CFLAGS_EXTRA)
 all: applet_source_list busybox busybox.links doc
 
 sh.c:
-       @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi
+       @if [ ! -L sh.c ] ; then ln -s hush.c sh.c ; fi
 
 applet_source_list: busybox.sh Config.h sh.c
        (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@
@@ -397,7 +397,7 @@ clean:
        - find -name \*.o -exec rm -f {} \;
 
 distclean: clean
-       - rm -f busybox
+       - rm -f busybox applet_source_list
        - cd tests && $(MAKE) distclean
 
 install: install.sh busybox busybox.links