Magellan Linux

Annotation of /trunk/gettext/patches/gettext-0.14.5-fix-race.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 417 byte(s)
-import

1 niro 144 --- gettext-0.14.2/gettext-tools/misc/Makefile.in.az 2005-03-14 00:40:56.000000000 +0200
2     +++ gettext-0.14.2/gettext-tools/misc/Makefile.in 2005-03-14 00:41:26.000000000 +0200
3     @@ -441,7 +441,7 @@
4     shift; \
5     EMACS="$(EMACS)" $(SHELL) $(elisp_comp) "$$@" || exit 1; \
6     else : ; fi
7     - @mv -f elc-temp $@
8     + @mv -f elc-temp $@ || touch $@
9     $(am__ELCFILES): elc-stamp
10     @if test ! -f $@; then \
11     rm -f elc-stamp; \