Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
rpm: Add missing V=1 to make invocation.
Browse files Browse the repository at this point in the history
This was requested by upstream Fedora package reviewers.

Signed-off-by: Gustavo Lima Chaves <[email protected]>
  • Loading branch information
Gustavo Lima Chaves committed Dec 4, 2015
1 parent 497b551 commit 2b8f723
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rpm/soletta.spec
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,6 @@ using %{name}, you will need to install %{name}-devel.
mv duktape-release-1_%{soletta_duktape_tag}/* src/thirdparty/duktape
mv tinycbor-%{soletta_tinycbor_version}/* src/thirdparty/tinycbor

# FIXME: put in V=1 on the the builds make, after the "entry->size
# issue is sorted out"

%build
export LIBDIR=%{_libdir}/
make alldefconfig
Expand All @@ -443,7 +440,7 @@ sed -i 's/_SAMPLES=y/_SAMPLES=n/g' .config
# Don't bother testing http-server if we won't build it
find ./src/test-fbp/ -type f -print0 | xargs -0 grep -l "http-server" | xargs rm
%endif
make CFLAGS="$CFLAGS %optflags" LDFLAGS="$LDFLAGS %__global_ldflags" %{?_smp_mflags}
make V=1 CFLAGS="$CFLAGS %optflags" LDFLAGS="$LDFLAGS %__global_ldflags" %{?_smp_mflags}

%install
export LIBDIR=%{_libdir}/
Expand Down

0 comments on commit 2b8f723

Please sign in to comment.