about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-28 08:33:00 +0000
committerRoland McGrath <roland@gnu.org>2006-02-28 08:33:00 +0000
commit400dc23c6413cdb3c838fddd5a7dc310292727ba (patch)
tree30cfecd70f74618d5f4ec3360c3bdce8b38fff06
parent7b1830489bd51d7d860cd96ec502f02ff5c91b53 (diff)
downloadglibc-400dc23c6413cdb3c838fddd5a7dc310292727ba.tar.gz
glibc-400dc23c6413cdb3c838fddd5a7dc310292727ba.tar.xz
glibc-400dc23c6413cdb3c838fddd5a7dc310292727ba.zip
2006-02-28 Roland McGrath <roland@redhat.com>
	* Makefile (glibc-port-%-$(dist-version).tar): Don't include top-level
	stuff.
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 79c7e0bc42..01985d9ba5 100644
--- a/Makefile
+++ b/Makefile
@@ -29,10 +29,8 @@ sysdeps-of-stem = sysdeps/$* sysdeps/unix/sysv/linux/$*
 .PRECIOUS: %.gz %.bz2 # Don't delete output as intermediate files.
 dist-port-%: $(foreach Z,.bz2 .gz,glibc-port-%-$(dist-version).tar$Z)
 	md5sum $^
-glibc-port-%-$(dist-version).tar: configure ChangeLog
+glibc-port-%-$(dist-version).tar: ChangeLog.%
 	@rm -fr $(basename $@)
-	$(do-export) -l ports
-	rm -f $(basename $@)/ChangeLog.[a-z]*
 	$(MAKE) -q `find $(sysdeps-of-stem) -name configure`
 	$(do-export) ports/ChangeLog.$* $(addprefix ports/,$(sysdeps-of-stem))
 	mv $(basename $@)/ports/* $(basename $@)/