Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
141d542
)
vppdevice: fix install-dep failure when component install is required
11/20811/1
author
Dave Wallace
<
[email protected]
>
Tue, 23 Jul 2019 18:13:39 +0000
(14:13 -0400)
committer
Dave Wallace
<
[email protected]
>
Tue, 23 Jul 2019 18:13:39 +0000
(14:13 -0400)
Change-Id: Ibc4379ef25c1bf536da68eb6d0b035993e907c7a
Signed-off-by: Dave Wallace <
[email protected]
>
resources/libraries/bash/function/per_patch.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/per_patch.sh
b/resources/libraries/bash/function/per_patch.sh
index
fc608c4
..
b5bac78
100644
(file)
--- a/
resources/libraries/bash/function/per_patch.sh
+++ b/
resources/libraries/bash/function/per_patch.sh
@@
-82,7
+82,7
@@
function build_vpp_ubuntu_amd64 () {
set -exuo pipefail
cd "${VPP_DIR}" || die "Change directory command failed."
- make pkg-verify || die "VPP build using make pkg-verify failed."
+ make
UNATTENDED=y
pkg-verify || die "VPP build using make pkg-verify failed."
echo "* VPP ${1-} BUILD SUCCESSFULLY COMPLETED" || {
die "Argument not found."
}