diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-30 19:09:40 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-30 19:09:40 +0000 |
commit | cfcb66dad8800fb4e64928d5030be93c5a420d07 (patch) | |
tree | de9a83f21ab09d6a0c6c02fb2ed1dcec771aa3fa /Makefile | |
parent | 8720d223a6972cb5b4f5c7e7ac94403693a1fc8c (diff) | |
download | busybox-w32-cfcb66dad8800fb4e64928d5030be93c5a420d07.tar.gz busybox-w32-cfcb66dad8800fb4e64928d5030be93c5a420d07.tar.bz2 busybox-w32-cfcb66dad8800fb4e64928d5030be93c5a420d07.zip |
Make hush the default shell. Ensure the applets_list gets
the axe on a distclean.
git-svn-id: svn://busybox.net/trunk/busybox@2765 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -273,7 +273,7 @@ CFLAGS += $(CFLAGS_EXTRA) | |||
273 | all: applet_source_list busybox busybox.links doc | 273 | all: applet_source_list busybox busybox.links doc |
274 | 274 | ||
275 | sh.c: | 275 | sh.c: |
276 | @if [ ! -L sh.c ] ; then ln -s lash.c sh.c ; fi | 276 | @if [ ! -L sh.c ] ; then ln -s hush.c sh.c ; fi |
277 | 277 | ||
278 | applet_source_list: busybox.sh Config.h sh.c | 278 | applet_source_list: busybox.sh Config.h sh.c |
279 | (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@ | 279 | (echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@ |
@@ -397,7 +397,7 @@ clean: | |||
397 | - find -name \*.o -exec rm -f {} \; | 397 | - find -name \*.o -exec rm -f {} \; |
398 | 398 | ||
399 | distclean: clean | 399 | distclean: clean |
400 | - rm -f busybox | 400 | - rm -f busybox applet_source_list |
401 | - cd tests && $(MAKE) distclean | 401 | - cd tests && $(MAKE) distclean |
402 | 402 | ||
403 | install: install.sh busybox busybox.links | 403 | install: install.sh busybox busybox.links |