fix compile breakage with "make -j"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
922f6f51db
commit
5c296de390
2
Makefile
2
Makefile
@ -512,6 +512,8 @@ include $(srctree)/Makefile.flags
|
|||||||
include/autoconf.h: .kconfig.d .config $(wildcard $(srctree)/*/*.c) $(wildcard $(srctree)/*/*/*.c) | gen_build_files
|
include/autoconf.h: .kconfig.d .config $(wildcard $(srctree)/*/*.c) $(wildcard $(srctree)/*/*/*.c) | gen_build_files
|
||||||
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
|
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
|
||||||
|
|
||||||
|
include/usage.h: gen_build_files
|
||||||
|
|
||||||
else
|
else
|
||||||
# Dummy target needed, because used as prerequisite
|
# Dummy target needed, because used as prerequisite
|
||||||
include/autoconf.h: ;
|
include/autoconf.h: ;
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
#
|
#
|
||||||
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
||||||
|
|
||||||
|
libbb/appletlib.o: include/usage_compressed.h
|
||||||
|
|
||||||
lib-y:=
|
lib-y:=
|
||||||
|
|
||||||
INSERT
|
INSERT
|
||||||
|
@ -65,7 +65,7 @@ static const char usage_messages[] ALIGN1 = UNPACKED_USAGE;
|
|||||||
|
|
||||||
#if ENABLE_FEATURE_COMPRESS_USAGE
|
#if ENABLE_FEATURE_COMPRESS_USAGE
|
||||||
|
|
||||||
static const char packed_usage[] = { PACKED_USAGE };
|
static const char packed_usage[] ALIGN1 = { PACKED_USAGE };
|
||||||
# include "unarchive.h"
|
# include "unarchive.h"
|
||||||
static const char *unpack_usage_messages(void)
|
static const char *unpack_usage_messages(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user