Author: nbd
Date: 2015-11-04 23:17:40 +0100 (Wed, 04 Nov 2015)
New Revision: 47383

Modified:
   trunk/package/boot/uboot-envtools/Makefile
Log:
uboot-envtools: fix various compile breakage issues

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/package/boot/uboot-envtools/Makefile
===================================================================
--- trunk/package/boot/uboot-envtools/Makefile  2015-11-04 18:33:12 UTC (rev 
47382)
+++ trunk/package/boot/uboot-envtools/Makefile  2015-11-04 22:17:40 UTC (rev 
47383)
@@ -46,7 +46,7 @@
 define Build/Configure
        touch $(PKG_BUILD_DIR)/include/config.mk
        touch $(PKG_BUILD_DIR)/include/config.h
-       mkdir $(PKG_BUILD_DIR)/include/generated
+       mkdir -p $(PKG_BUILD_DIR)/include/generated
        touch $(PKG_BUILD_DIR)/include/generated/autoconf.h
 endef
 
@@ -57,6 +57,8 @@
                CROSS_COMPILE="$(TARGET_CROSS)" \
                TARGET_CFLAGS="$(TARGET_CFLAGS)" \
                UBI="$(CONFIG_UBOOT_ENVTOOLS_UBI)" \
+               dot-config=0 \
+               HOSTLDFLAGS= \
                env
 endef
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to