mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Remove rules for empty.* again.
This commit is contained in:
parent
9ddcbe57b0
commit
15e4303944
11
Rules
11
Rules
@ -75,10 +75,6 @@ endef
|
||||
$(common-objpfx)dummy.c:
|
||||
rm -f $@
|
||||
echo 'void __dummy__ (void) { }' > $@
|
||||
$(common-objpfx)empty.c:
|
||||
cp -f /dev/null $@
|
||||
common-generated += dummy.o dummy.c empty.c \
|
||||
$(addprefix empty,$(object-suffixes))
|
||||
|
||||
# This makes all the auxiliary and test programs.
|
||||
|
||||
@ -172,13 +168,6 @@ before-compile: $(before-compile)
|
||||
$(common-objpfx)dummy.o: $(common-objpfx)dummy.c $(before-compile);
|
||||
$(compile-command.c)
|
||||
|
||||
define o-iterator-doit
|
||||
$(common-objpfx)empty$o: $(common-objpfx)empty.c $(before-compile);
|
||||
$$(compile-command.c)
|
||||
endef
|
||||
object-suffixes-left := $(object-suffixes)
|
||||
include $(o-iterator)
|
||||
|
||||
# There's no good place to put this - here will do.
|
||||
# The dependencies are wrong if it's run from the top level.
|
||||
ifeq ($(filter %posix, $(sysdirs)),)
|
||||
|
Loading…
Reference in New Issue
Block a user