Skip to content

Commit

Permalink
dfsg: build: Removing duplicate make command
Browse files Browse the repository at this point in the history
The build script had a redundant `make` command before the
installation step.
  • Loading branch information
drhooray committed Aug 9, 2024
1 parent 64cee48 commit b6aafcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function build_hal_adaptor() {
make -j
check_result $? $FUNCNAME

make make DESTDIR=${INSTALL_DIR}/install install
make DESTDIR=${INSTALL_DIR}/install install
check_result $? $FUNCNAME
}

Expand Down

0 comments on commit b6aafcf

Please sign in to comment.