- fix generation of the busybox.links install script inputfile
This commit is contained in:
parent
68532b3578
commit
193bcf381e
@ -5,7 +5,7 @@
|
|||||||
%.bflt: %_unstripped
|
%.bflt: %_unstripped
|
||||||
$(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@
|
$(CROSS_COMPILE)elf2flt $(ELF2FLTFLAGS) $< -o $@
|
||||||
|
|
||||||
busybox.links: $(srctree)/applets/busybox.mkll $(srctree)/include/applets.h
|
busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h $(srctree)/include/applets.h
|
||||||
$(Q)-$(SHELL) $^ >$@
|
$(Q)-$(SHELL) $^ >$@
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
export LC_ALL=POSIX
|
export LC_ALL=POSIX
|
||||||
export LC_CTYPE=POSIX
|
export LC_CTYPE=POSIX
|
||||||
|
|
||||||
CONFIG_H=${1:-include/bb_config.h}
|
CONFIG_H=${1:-include/autoconf.h}
|
||||||
APPLETS_H=${2:-include/applets.h}
|
APPLETS_H=${2:-include/applets.h}
|
||||||
$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
|
$HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
|
||||||
awk '/^[ \t]*LINK/{
|
awk '/^[ \t]*LINK/{
|
||||||
|
Loading…
Reference in New Issue
Block a user