]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 30 Mar 1998 17:24:28 +0000 (17:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 30 Mar 1998 17:24:28 +0000 (17:24 +0000)
1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>

* Makerules: Remove duplicate rules to handle stamp.oS.

1998-03-30  Ulrich Drepper  <drepper@cygnus.com>

* Makefile: Fix test rules from last patch.

Makerules
localedata/ChangeLog
localedata/Makefile

index 359f6d1cc619c4dcb77ba3c278f2babbb3bfcc25..6c0af1175672e14ec03427279c42764138c06a21 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -584,13 +584,6 @@ O%-lib = $(..)$(patsubst %,$(libtype$*),c)
 
 endif
 
-ifndef static-only-routines
-subdir_lib: $(objpfx)stamp.oS
-$(objpfx)stamp.oS:
-       $(make-target-directory)
-       rm -f $@; > $@
-endif
-
 # Rules to update the $(ar-symtab-name) member with ranlib,
 # one for each object flavor.
 define o-iterator-doit
index 667e7fe4b0296373e999b70fcbdb7d2ed15bd199..671b69032ce29431609395c114460a4d13a3959b 100644 (file)
@@ -1,3 +1,11 @@
+1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makerules: Remove duplicate rules to handle stamp.oS.
+
+1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makefile: Fix test rules from last patch.
+
 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
        * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
index 6e9bc20f1be109cc16e6dde42deaebf63cb3c1eb..c01454393b57764473fa92ef0c17fbca7098cbc7 100644 (file)
@@ -60,14 +60,15 @@ $(inst_i18ndir)/locales/%: locales/%; $(do-install)
 
 
 ifeq (no,$(cross-compiling))
-.PHONY: do-collate-test do-xfrm-test do-tst-fmon do-tst-rpmatch
-tests: do-collate-test do-xfrm-test do-tst-fmon do-tst-rpmatch
-do-collate-test: sort-test.sh $(objpfx)collate-test $(test-input)
+.PHONY: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
+tests: do-collate-test do-tst-fmon do-tst-locale do-tst-rpmatch
+do-collate-test: sort-test.sh $(objpfx)collate-test $(objpfx)xfrm-test \
+                $(test-input:.ISO-8859-1=.in)
        $(SHELL) -e $< $(common-objpfx) $(test-input)
-do-xfrm-test: tst-fmon.sh $(objpfx)xfrm-test tst-fmon.data
-       $(SHELL) -e $< $(common-objpfx) tst-fmon.data
 do-tst-fmon: tst-locale.sh $(objpfx)tst-fmon $(ld-test-srcs)
        $(SHELL) -e $< $(common-objpfx)
+do-tst-locale: tst-locale.sh
+       $(SHELL) -e $< $(common-objpfx)
 do-tst-rpmatch: tst-rpmatch.sh $(objpfx)tst-rpmatch
        $(SHELL) -e $< $(common-objpfx)
 endif
This page took 0.060595 seconds and 5 git commands to generate.