Skip to content

Commit

Permalink
lsof: Pass BEE_MAKEFLAGS to make
Browse files Browse the repository at this point in the history
Prepend `start_cmd` to log the invocation.
  • Loading branch information
pmenzel committed Feb 22, 2018
1 parent 9a214c9 commit d266327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsof.be0
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mee_configure() {
}

mee_build() {
make
start_cmd make ${BEE_MAKEFLAGS}
}

mee_install() {
Expand Down

0 comments on commit d266327

Please sign in to comment.