rpms/parted/devel parted.spec,1.163,1.164

Hans de Goede jwrdegoede at fedoraproject.org
Sun Feb 14 09:22:18 UTC 2010


Author: jwrdegoede

Update of /cvs/pkgs/rpms/parted/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5364

Modified Files:
	parted.spec 
Log Message:
Enable verbose make output (to be picked up the next release


Index: parted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parted/devel/parted.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -p -r1.163 -r1.164
--- parted.spec	10 Feb 2010 14:01:25 -0000	1.163
+++ parted.spec	14 Feb 2010 09:22:18 -0000	1.164
@@ -67,7 +67,7 @@ iconv -f ISO-8859-1 -t UTF8 AUTHORS > tm
 # Don't use rpath!
 %{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 %{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-%{__make} %{?_smp_mflags}
+V=1 %{__make} %{?_smp_mflags}
 
 
 %install



More information about the scm-commits mailing list