aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-04-21 23:52:35 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-04-21 23:52:35 +0200
commitd7b502c05911e1cf1d4fc31be71f3abccd0927a5 (patch)
tree29cf9754793c0bc4e9340af7b1f49a037621d7a3 /Makefile
parent93e1aaa1c7e5ed6d2704262700ec28837bdfc9b7 (diff)
downloadbusybox-d7b502c05911e1cf1d4fc31be71f3abccd0927a5.tar.gz
build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75a33c1fb..d5950230d 100644
--- a/Makefile
+++ b/Makefile
@@ -611,7 +611,7 @@ quiet_cmd_busybox__ ?= LINK $@
"$(core-y)" \
"$(libs-y)" \
"$(LDLIBS)" \
- && $(srctree)/scripts/generate_BUFSIZ.sh include/common_bufsiz.h
+ && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h
# Generate System.map
quiet_cmd_sysmap = SYSMAP