[packages/crossnacl-newlib] avoid building .info from .text, as we are removing the result files

glen glen at pld-linux.org
Sun Nov 11 18:10:14 CET 2012


commit d69741115cefa19bc0415377a1de45279c657e03
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Nov 11 18:53:12 2012 +0200

    avoid building .info from .text, as we are removing the result files

 crossnacl-newlib.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/crossnacl-newlib.spec b/crossnacl-newlib.spec
index d444716..2a8806d 100644
--- a/crossnacl-newlib.spec
+++ b/crossnacl-newlib.spec
@@ -35,6 +35,8 @@ This is the nacl fork.
 tar -xvf %{SOURCE1} -C newlib/libc/sys/nacl --strip-components=1
 cp -p %{SOURCE2} .
 
+%{__rm} etc/*.texi
+
 %build
 export NEWLIB_CFLAGS="-O2 -D_I386MACH_ALLOW_HW_INTERRUPTS -DSIGNAL_PROVIDED -mtls-use-call"
 %configure \
@@ -48,6 +50,7 @@ export NEWLIB_CFLAGS="-O2 -D_I386MACH_ALLOW_HW_INTERRUPTS -DSIGNAL_PROVIDED -mtl
 	CFLAGS="-O2" \
 	CFLAGS_FOR_TARGET="$NEWLIB_CFLAGS" \
 	CXXFLAGS_FOR_TARGET="$NEWLIB_CFLAGS" \
+	MAKEINFO=/bin/false \
 	--target=%{target}
 
 %{__make}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossnacl-newlib.git/commitdiff/d69741115cefa19bc0415377a1de45279c657e03



More information about the pld-cvs-commit mailing list