diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-21 21:00:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-21 21:00:29 +0000 |
commit | 2c8d89e729e6296b06f5aa504f360bd131d5ff7e (patch) | |
tree | 7b10d661371f5a85fc0026c60870dae39398b991 | |
parent | 5679cdb6e280783a41a42fd88a8b8d12cdea0c25 (diff) | |
download | glibc-2c8d89e729e6296b06f5aa504f360bd131d5ff7e.zip glibc-2c8d89e729e6296b06f5aa504f360bd131d5ff7e.tar.gz glibc-2c8d89e729e6296b06f5aa504f360bd131d5ff7e.tar.bz2 |
Update.
1998-03-21 23:46 Zack Weinberg <zack@rabi.phys.columbia.edu>
* Rules: Update timestamps on empty object files.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Rules | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -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 @@ -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) |