Patch for Makefile.rules to install data files with preserved timestamps
This commit is contained in:
parent
c19d461213
commit
8189a53440
11
llvm-2.6-timestamp.patch
Normal file
11
llvm-2.6-timestamp.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- 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
|
Loading…
Reference in New Issue
Block a user