From 4c53d2217ea26aafd7b456a7a343b98b7113a71f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 2 Oct 2002 07:30:48 +0000 Subject: Update. 2002-10-02 Ulrich Drepper * version.h (VERSION): Bump to 2.3. * elf/Makefile (distribute): Add tst-tlsmod1.c, tst-tlsmod2.c, tst-tlsmod3.c, tst-tlsmod4.c, circlemod1.c, circlemod1a.c, circlemod2.c, circlemod2a.c, circlemod3.c, circlemod3a.c, and nodlopenmod2.c. * login/Makefile (distribute): Add utmp-equal.h. * iconvdata/Makefile (distribute): Add TSCII.precomposed and TSCII.irreversible. * Make-dist (dist): Create .bz2 file. Add rule to create .bz2 files. Also distribute xtests sources. 2002-10-02 Kaz Kojima * elf/elf.h: Change TLS ELF relocation numbers. * elf/tls-macros.h: Fix code sequences for SH TLS_LD and TLS_GD macros. * sysdeps/sh/dl-machine.h (dl_machine_rela) [case R_SH_TLS_TPOFF32]: Use addend. * sysdeps/sh/elf/initfini.c: Move __fpscr_values to... * sysdeps/sh/elf/start.S: ...here. --- Make-dist | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Make-dist') diff --git a/Make-dist b/Make-dist index 4791297e66..659dbff2d2 100644 --- a/Make-dist +++ b/Make-dist @@ -82,7 +82,8 @@ foo:=$(shell echo 'IS THIS WORKING??? all-headers=$(all-headers)' >&2) sources += $(addsuffix .c,$(elided-routines) \ $(foreach l,$(extra-libs),$($l-routines))) -sources += $(addsuffix .c, $(filter-out $(elided-routines), $(tests))) +sources += $(addsuffix .c, $(filter-out $(elided-routines), \ + $(tests) $(xtests))) # Find all sysdep sources and headers. +maybe-sysdeps := $(sources) $(sources:.c=.s) $(sources:.c=.S) $(all-headers) \ @@ -153,7 +154,7 @@ foo:=$(shell echo subdir foo >&2) +tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \ $(addsuffix .c,$(others) $(test-srcs)) \ - $(wildcard $(addsuffix .input,$(tests) $(test-srcs))) + $(wildcard $(addsuffix .input,$(tests) $(xtests) $(test-srcs))) +tardeps := $(strip $(+tsrcs)) verbose = v @@ -205,7 +206,7 @@ endif configure: configure.in aclocal.m4; $(autoconf-it) %/configure: %/configure.in aclocal.m4; $(autoconf-it) -dist: $(tardir).tar.gz +dist: $(tardir).tar.bz2 subdir_dist: dist.tar dist.tar: README $(tardir) $(+tsrcs) @@ -223,6 +224,9 @@ $(tardir).tar: dist.tar subdir_dist %.gz: % gzip -9 -v -c $< > $@ +%.bz2: % + bzip2 -9 -v -c $< > $@ + foo:=$(shell echo subdirs=$(subdirs) >&2) dist-subdirs := $(addprefix dist-,$(subdirs)) # dist-manual .PHONY: subdir_dist $(dist-subdirs) -- cgit 1.4.1