Skip to content

Commit b6aafcf

Browse files
committed
dfsg: build: Removing duplicate make command
The build script had a redundant `make` command before the installation step.
1 parent 64cee48 commit b6aafcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function build_hal_adaptor() {
117117
make -j
118118
check_result $? $FUNCNAME
119119

120-
make make DESTDIR=${INSTALL_DIR}/install install
120+
make DESTDIR=${INSTALL_DIR}/install install
121121
check_result $? $FUNCNAME
122122
}
123123

0 commit comments

Comments
 (0)