From 5311860ea24e0cca458ab0ba60931bd1cd1423cd Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 7 Dec 2010 22:48:51 +0000 Subject: [PATCH] There is no need to explicitly compile the shell binary anymore --- tools/release-tools/Makefile.sky | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/release-tools/Makefile.sky b/tools/release-tools/Makefile.sky index cbdd002c8..d40ded17d 100644 --- a/tools/release-tools/Makefile.sky +++ b/tools/release-tools/Makefile.sky @@ -1,6 +1,4 @@ contiki-collect-sky: - (cd contiki-2.x/examples/sky-shell; make sky-shell.ihex) - cp contiki-2.x/examples/sky-shell/sky-shell.ihex contiki-2.x/tools/collect-view (cd contiki-2.x/tools/collect-view/; ant dist && chmod 755 dist/tools/*-linux) cp -r contiki-2.x/tools/collect-view/dist contiki-collect-sky-$(RELEASE)