mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
2006-02-28 Roland McGrath <roland@redhat.com>
* Makefile (glibc-port-%-$(dist-version).tar): Don't include top-level stuff.
This commit is contained in:
parent
7b1830489b
commit
400dc23c64
4
Makefile
4
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 $@)/
|
||||
|
Loading…
x
Reference in New Issue
Block a user