From 935d2313082e7bce1bd7bb34f743d3e2a17fa3d0 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 2 Jan 2017 18:09:56 +0100 Subject: [PATCH] Remove some deprecated functions --- build-all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-all.sh b/build-all.sh index db20b4d55..acfabda92 100644 --- a/build-all.sh +++ b/build-all.sh @@ -153,8 +153,7 @@ create_images_list() done fi - # create upload structure - mkdir -p $SRC/output/cache/uploadstructure/${BOARD}/{archive,nightly} + unset CLI_TARGET CLI_BRANCH DESKTOP_TARGET DESKTOP_BRANCH KERNEL_TARGET CLI_BETA_TARGET DESKTOP_BETA_TARGET done }