mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Make-dist (subdir): Make empty value really empty.
This commit is contained in:
parent
2cc7dc4d7f
commit
8882a2dad5
@ -113,7 +113,7 @@ sources := $(filter-out $(addsuffix .c,$(basename $(.S.s))),$(sources)) $(.S.s)
|
||||
+tsrcs := $(filter-out $(+out) $(addprefix %/,$(+out)), \
|
||||
$(sources) $(all-headers) $(distribute)) \
|
||||
$(+sysdeps)
|
||||
foo:=$(shell echo made +tsrcs >&2)
|
||||
foo:=$(shell echo 'made +tsrcs=$(+tsrcs)'>&2)
|
||||
foo:=$(shell echo generated='$(generated)' >&2)
|
||||
generated := $(sort $(generated) $(generated:.S=.c) $(generated:.s=.c))
|
||||
foo:=$(shell echo now generated='$(generated)' >&2)
|
||||
|
8
sysdeps/stub/elfclass.h
Normal file
8
sysdeps/stub/elfclass.h
Normal file
@ -0,0 +1,8 @@
|
||||
/* This file specifies the native word size of the machine, which indicates
|
||||
the ELF file class used for executables and shared objects on this
|
||||
machine. */
|
||||
|
||||
#define __ELF_NATIVE_CLASS ??
|
||||
|
||||
/* This file goes in sysdeps/wordsize-?? and sysdeps/MACHINE/Implies lists
|
||||
wordsize-?? for MACHINE's wordsize. */
|
Loading…
Reference in New Issue
Block a user