Magellan Linux

Contents of /trunk/glibc/patches/glibc-2.17-syscalld-infinite-loop.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2233 - (show annotations) (download)
Thu Jul 11 17:04:32 2013 UTC (10 years, 10 months ago) by niro
File size: 397 byte(s)
-more patches
1 diff -Naur glibc-2.17/Makerules glibc-2.17-magellan/Makerules
2 --- glibc-2.17/Makerules 2012-12-25 03:02:13.000000000 +0000
3 +++ glibc-2.17-magellan/Makerules 2013-07-11 19:31:30.347000000 +0000
4 @@ -795,6 +795,7 @@
5 define do-install
6 $(make-target-directory)
7 $(INSTALL_DATA) $< $@
8 +touch -d '0.5 seconds ago' $@
9 endef
10
11 # Make the target directory if it doesn't exist, using the `mkinstalldirs'