Disable silent rules to make the build process more verbose
This commit is contained in:
parent
712f266053
commit
226fb8b055
@ -3,7 +3,7 @@
|
|||||||
Summary: Pattern matching utilities
|
Summary: Pattern matching utilities
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.21
|
Version: 2.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
|
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
|
||||||
@ -46,8 +46,8 @@ GNU grep is needed by many scripts, so it shall be installed on every system.
|
|||||||
%global BUILD_FLAGS %{BUILD_FLAGS} -mlong-double-64
|
%global BUILD_FLAGS %{BUILD_FLAGS} -mlong-double-64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%configure --without-included-regex CPPFLAGS="-I%{_includedir}/pcre" \
|
%configure --without-included-regex --disable-silent-rules \
|
||||||
CFLAGS="%{BUILD_FLAGS}"
|
CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="%{BUILD_FLAGS}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -90,6 +90,9 @@ fi
|
|||||||
%{_libexecdir}/grepconf.sh
|
%{_libexecdir}/grepconf.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 9 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21-2
|
||||||
|
- Disable silent rules to make the build process more verbose
|
||||||
|
|
||||||
* Tue Nov 25 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21-1
|
* Tue Nov 25 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21-1
|
||||||
- New version
|
- New version
|
||||||
Resolves: rhbz#1167657
|
Resolves: rhbz#1167657
|
||||||
|
Loading…
Reference in New Issue
Block a user