Browse Source

the package clean is required to get uClibc-ng test installed

Waldemar Brodkorb 10 years ago
parent
commit
ab8208a64b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      embedded-test.sh

+ 2 - 0
embedded-test.sh

@@ -520,6 +520,8 @@ build() {
 	cd openadk
 	make prereq
 
+	make package=$lib clean > /dev/null 2>&1
+
 	DEFAULT="ADK_TARGET_LIBC=$lib"
 	if [ $debug -eq 1 ];then
 		DEFAULT="$DEFAULT ADK_VERBOSE=1"