rpms/llvm/devel llvm-2.6-timestamp.patch,NONE,1.1

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 9 15:59:45 UTC 2009


Author: salimma

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

Added Files:
	llvm-2.6-timestamp.patch 
Log Message:
Patch for Makefile.rules to install data files with preserved timestamps


llvm-2.6-timestamp.patch:
 Makefile.rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE llvm-2.6-timestamp.patch ---
--- llvm-2.6/Makefile.rules.timestamp	2009-08-19 18:04:44.000000000 -0400
+++ llvm-2.6/Makefile.rules	2009-09-09 02:10:38.287389725 -0400
@@ -672,7 +672,7 @@
 
 ProgInstall   = $(INSTALL) $(Install.StripFlag) -m 0755
 ScriptInstall = $(INSTALL) -m 0755
-DataInstall   = $(INSTALL) -m 0644
+DataInstall   = $(INSTALL) -p -m 0644
 
 # When compiling under Mingw/Cygwin, the tblgen tool expects Windows
 # paths. In this case, the SYSPATH function (defined in




More information about the fedora-extras-commits mailing list