]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Mar 1998 21:00:29 +0000 (21:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Mar 1998 21:00:29 +0000 (21:00 +0000)
1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>

* Rules: Update timestamps on empty object files.

ChangeLog
Rules

index 34c0a16902e82af202df10ee2d654a30a3d3f1af..6b50924f5fd4d2521d069f19ff88d93b1ea0569e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * Rules: Update timestamps on empty object files.
+
 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
 
        * manual/filesys.texi (Scanning Directory Content): Add description
diff --git a/Rules b/Rules
index a0086350f670bb8189f06023cf5dc052a824119e..2cc53ca280d91981f0ef597a71643185ed5ea6b1 100644 (file)
--- a/Rules
+++ b/Rules
@@ -187,6 +187,7 @@ ifdef static-only-routines
 $(static-only-routines:%=$(objpfx)%.os): %.os: $(common-objpfx)empty.os
        rm -f $@
        ln $< $@
+       touch $@
 
 # Must build the routines as PIC, though, because they can end up in (users')
 # shared objects.  We don't want to use CFLAGS-os because users may, for
@@ -202,6 +203,7 @@ define o-iterator-doit
 $(shared-only-routines:%=$(objpfx)%$o): %$o: $(common-objpfx)empty$o;
        rm -f $$@
        ln $$< $$@
+       touch $$@
 endef
 object-suffixes-left := $(filter-out .os,$(object-suffixes))
 include $(o-iterator)