diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-24 12:42:23 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-24 12:42:23 +0200 |
commit | 65e9945dfbce24fb093be3b02fd80c85e41c4d0e (patch) | |
tree | da9b40011f7f1830102d7a22dea0aefa81825e07 /recipes/gcc/gcc-4.4.2/fedora/gcc43-rh341221.patch | |
parent | 328eab49db19349da207a964a276f602c246ed1c (diff) | |
parent | 2ae8d6cc6d6094ca7aeac266caecdd61ddcb6bee (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gcc/gcc-4.4.2/fedora/gcc43-rh341221.patch')
-rw-r--r-- | recipes/gcc/gcc-4.4.2/fedora/gcc43-rh341221.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.4.2/fedora/gcc43-rh341221.patch b/recipes/gcc/gcc-4.4.2/fedora/gcc43-rh341221.patch new file mode 100644 index 0000000000..28e73b07c3 --- /dev/null +++ b/recipes/gcc/gcc-4.4.2/fedora/gcc43-rh341221.patch @@ -0,0 +1,28 @@ +2007-10-21 Jakub Jelinek <jakub@redhat.com> + + * doc/Makefile.am (POD2MAN): Set date from cp-tools.texinfo + timestamp rather than from current date. + * doc/Makefile.in: Regenerated. + +--- libjava/classpath/doc/Makefile.am.jj 2007-12-07 17:55:00.000000000 +0100 ++++ libjava/classpath/doc/Makefile.am 2007-12-07 18:55:28.000000000 +0100 +@@ -30,7 +30,7 @@ TOOLS_MANFILES = \ + gserialver.1 \ + gtnameserv.1 + +-POD2MAN = pod2man --center="GNU" --release="$(VERSION)" ++POD2MAN = pod2man --center="GNU" --release="$(VERSION)" --date="$(shell ls --time-style=+%F -l $(srcdir)/cp-tools.texinfo | awk '{print $$6}')" + TEXI2POD = perl $(srcdir)/texi2pod.pl + STAMP = echo timestamp > + +--- libjava/classpath/doc/Makefile.in.jj 2007-12-07 17:55:00.000000000 +0100 ++++ libjava/classpath/doc/Makefile.in 2007-12-07 18:55:43.000000000 +0100 +@@ -357,7 +357,7 @@ TOOLS_MANFILES = \ + gserialver.1 \ + gtnameserv.1 + +-POD2MAN = pod2man --center="GNU" --release="$(VERSION)" ++POD2MAN = pod2man --center="GNU" --release="$(VERSION)" --date="$(shell ls --time-style=+%F -l $(srcdir)/cp-tools.texinfo | awk '{print $$6}')" + TEXI2POD = perl $(srcdir)/texi2pod.pl + STAMP = echo timestamp > + @GENINSRC_FALSE@STAMP_GENINSRC = |