Forgot this
This commit is contained in:
parent
c308847274
commit
d28cb03819
5
Makefile
5
Makefile
@ -274,10 +274,7 @@ CFLAGS += $(CFLAGS_EXTRA)
|
|||||||
|
|
||||||
all: applet_source_list busybox busybox.links doc
|
all: applet_source_list busybox busybox.links doc
|
||||||
|
|
||||||
sh.c:
|
applet_source_list: busybox.sh Config.h
|
||||||
@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) $^) > $@
|
(echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@
|
||||||
|
|
||||||
doc: olddoc
|
doc: olddoc
|
||||||
|
Loading…
Reference in New Issue
Block a user