Browse Source

clean clibrary package, otherwise uClibc-ng tests are not installed

Waldemar Brodkorb 9 years ago
parent
commit
b1987f7b19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      embedded-test.sh

+ 1 - 0
embedded-test.sh

@@ -514,6 +514,7 @@ build() {
 
 	cd openadk
 	make prereq
+	make package=$lib clean
 
 	DEFAULT="ADK_TARGET_LIBC=$lib"
 	if [ $debug -eq 1 ];then