Accepting request 766374 from home:pluskalm:branches:hardware

- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/766374
OBS-URL: https://build.opensuse.org/package/show/hardware/qclib?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2020-02-06 12:55:23 +00:00 committed by Git OBS Bridge
parent c6bf29781a
commit 2fe40f5ecd
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 22 16:01:05 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Make building more verbose
-------------------------------------------------------------------
Tue Jan 21 18:28:32 UTC 2020 - Mark Post <mpost@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package qclib
#
# Copyright (c) 2017-2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -99,7 +99,7 @@ Systems.
%build
MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=)
make %{?_smp_mflags} all CFLAGS="${MYCFLAGS} %{optflags}"
make %{?_smp_mflags} all CFLAGS="${MYCFLAGS} %{optflags}" V=1
make %{?_smp_mflags} doc
%check