Selaa lähdekoodia

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 11 vuotta sitten
vanhempi
commit
1eb8432030

+ 2 - 2
mk/buildhlp.mk

@@ -46,7 +46,7 @@ endif
 ifeq ($(EXTRACT_OVERRIDE),1)
 	${MAKE} do-extract
 else
-	PATH='${HOST_PATH}' ${EXTRACT_CMD}
+	export PATH='${HOST_PATH}' ${EXTRACT_CMD}
 endif
 	@${MAKE} post-extract $(MAKE_TRACE)
 	touch $@
@@ -62,7 +62,7 @@ endif
 ifeq ($(EXTRACT_OVERRIDE),1)
 	${MAKE} do-extract
 else
-	PATH='${HOST_PATH}' ${EXTRACT_CMD}
+	export PATH='${HOST_PATH}' ${EXTRACT_CMD}
 endif
 	@${MAKE} post-extract $(MAKE_TRACE)
 	touch $@

+ 0 - 0
target/arm/cubox-i/patches/3.10.33/solidrun-cubox-i.patch → target/arm/cubox-i/patches/3.10.34/solidrun-cubox-i.patch


+ 0 - 0
target/arm/raspberry-pi/patches/3.10.33/raspberry-pi.patch → target/arm/raspberry-pi/patches/3.10.34/raspberry-pi.patch