Skip to content

Commit

Permalink
Less verbose build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidar committed May 28, 2024
1 parent e1a647b commit 3262afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/toybox/scripts/genconfig.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -ex
set -e

# This has to be a separate file from scripts/make.sh so it can be called
# before menuconfig. (It's called again from scripts/make.sh just to be sure.)
Expand Down
2 changes: 1 addition & 1 deletion lib/toybox/scripts/make.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -ex
set -e

# Grab default values for $CFLAGS and such.
# set -o pipefail
Expand Down

0 comments on commit 3262afc

Please sign in to comment.