summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-18 02:41:29 +0000
committerRoland McGrath <roland@gnu.org>1996-06-18 02:41:29 +0000
commit8882a2dad5060a5c950ae31486863496a2ff05b1 (patch)
tree0b21bb35a9e69f359657800709affd46fe0e0d66
parent2cc7dc4d7f36d03165c16939429d1ee9ef5fd105 (diff)
Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960618
* Make-dist (subdir): Make empty value really empty.
-rw-r--r--Make-dist2
-rw-r--r--sysdeps/stub/elfclass.h8
2 files changed, 9 insertions, 1 deletions
diff --git a/Make-dist b/Make-dist
index f699929260..457c9acc96 100644
--- a/Make-dist
+++ b/Make-dist
@@ -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)
diff --git a/sysdeps/stub/elfclass.h b/sysdeps/stub/elfclass.h
new file mode 100644
index 0000000000..1ad12954b2
--- /dev/null
+++ b/sysdeps/stub/elfclass.h
@@ -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. */