mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 07:41:05 +00:00
Update.
1998-03-21 23:46 Zack Weinberg <zack@rabi.phys.columbia.edu> * Rules: Update timestamps on empty object files.
This commit is contained in:
parent
5679cdb6e2
commit
2c8d89e729
@ -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>
|
1998-03-21 09:15 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* manual/filesys.texi (Scanning Directory Content): Add description
|
* manual/filesys.texi (Scanning Directory Content): Add description
|
||||||
|
2
Rules
2
Rules
@ -187,6 +187,7 @@ ifdef static-only-routines
|
|||||||
$(static-only-routines:%=$(objpfx)%.os): %.os: $(common-objpfx)empty.os
|
$(static-only-routines:%=$(objpfx)%.os): %.os: $(common-objpfx)empty.os
|
||||||
rm -f $@
|
rm -f $@
|
||||||
ln $< $@
|
ln $< $@
|
||||||
|
touch $@
|
||||||
|
|
||||||
# Must build the routines as PIC, though, because they can end up in (users')
|
# 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
|
# 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;
|
$(shared-only-routines:%=$(objpfx)%$o): %$o: $(common-objpfx)empty$o;
|
||||||
rm -f $$@
|
rm -f $$@
|
||||||
ln $$< $$@
|
ln $$< $$@
|
||||||
|
touch $$@
|
||||||
endef
|
endef
|
||||||
object-suffixes-left := $(filter-out .os,$(object-suffixes))
|
object-suffixes-left := $(filter-out .os,$(object-suffixes))
|
||||||
include $(o-iterator)
|
include $(o-iterator)
|
||||||
|
Loading…
Reference in New Issue
Block a user