Author: nbd Date: 2015-12-11 20:21:29 +0100 (Fri, 11 Dec 2015) New Revision: 47868
Modified: trunk/include/quilt.mk Log: build: for refresh, override HOST_QUILT like QUILT Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/quilt.mk =================================================================== --- trunk/include/quilt.mk 2015-12-11 15:26:06 UTC (rev 47867) +++ trunk/include/quilt.mk 2015-12-11 19:21:29 UTC (rev 47868) @@ -17,6 +17,7 @@ ifeq ($(MAKECMDGOALS),refresh) override QUILT=1 + override HOST_QUILT=1 endif QUILT_CMD:=quilt --quiltrc=- _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
