diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2012-09-24 20:52:13 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2012-09-25 02:48:31 +0000 |
commit | 57c69bef13298a3fbcedebf4c5fcecc690b75efb (patch) | |
tree | 9cc9d909afcb9e8b6c23697bdb48901e80d7addb /intl/Makefile | |
parent | 9a9028b1fe1519262fcbf0b7ede708d4ebbffbd7 (diff) | |
download | glibc-57c69bef13298a3fbcedebf4c5fcecc690b75efb.zip glibc-57c69bef13298a3fbcedebf4c5fcecc690b75efb.tar.gz glibc-57c69bef13298a3fbcedebf4c5fcecc690b75efb.tar.bz2 |
Set "fail on error" mode directly in testsuite shell scripts
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/intl/Makefile b/intl/Makefile index d3ea4cb..764badc 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2003,2005,2008,2011,2012 Free Software Foundation, Inc. +# Copyright (C) 1995-2012 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -74,16 +74,16 @@ $(codeset_mo): tstcodeset.po $(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out $(common-objpfx)malloc/mtrace $(objpfx)tst-gettext.mtrace > $@ $(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext - $(SHELL) -e $< $(common-objpfx) $(common-objpfx)intl/ \ + $(SHELL) $< $(common-objpfx) $(common-objpfx)intl/ \ $(objpfx)tst-gettext.mtrace $(objpfx)tst-translit.out: tst-translit.sh $(objpfx)tst-translit - $(SHELL) -e $< $(common-objpfx) $(common-objpfx)intl/ + $(SHELL) $< $(common-objpfx) $(common-objpfx)intl/ $(objpfx)tst-gettext2.out: tst-gettext2.sh $(objpfx)tst-gettext2 - $(SHELL) -e $< $(common-objpfx) $(common-objpfx)intl/ + $(SHELL) $< $(common-objpfx) $(common-objpfx)intl/ $(objpfx)tst-gettext4.out: tst-gettext4.sh $(objpfx)tst-gettext4 - $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)' $(common-objpfx)intl/ + $(SHELL) $< $(common-objpfx) '$(run-program-prefix)' $(common-objpfx)intl/ $(objpfx)tst-gettext6.out: tst-gettext6.sh $(objpfx)tst-gettext6 - $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)' $(common-objpfx)intl/ + $(SHELL) $< $(common-objpfx) '$(run-program-prefix)' $(common-objpfx)intl/ $(objpfx)tst-codeset.out: $(codeset_mo) $(objpfx)tst-gettext3.out: $(codeset_mo) |