|
|
@ -15,6 +15,10 @@ |
|
|
|
var_append makeopt ' ' "PREFIX=/$prefix" |
|
|
|
var_append makeinstopt ' ' "PREFIX=/$prefix" |
|
|
|
|
|
|
|
# Makefile is using STRIP variable for 'install' commands strip option |
|
|
|
var_remove_regex makeopt ' ' "STRIP=.*" |
|
|
|
var_remove_regex makeinstopt ' ' "STRIP=.*" |
|
|
|
|
|
|
|
if [ "$SDECFG_STATIC" != 1 ]; then |
|
|
|
buildloops=2 |
|
|
|
fi |
|
|
|