mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
(dist): chmod the dist directory, not the current directory.
This commit is contained in:
parent
d822f88533
commit
0c7705faf7
@ -166,7 +166,6 @@ TAGS:
|
||||
|
||||
# Don't depend on DISTFILES because there's no rule for "standards.info*".
|
||||
dist: $(DISTDEP)
|
||||
chmod -R a+rX .
|
||||
distname=`sed -e '/define(AC_ACVERSION,/!d' \
|
||||
-e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \
|
||||
rm -fr $$distname; \
|
||||
@ -175,5 +174,6 @@ dist: $(DISTDEP)
|
||||
ln $$file $$distname \
|
||||
|| { echo copying $$file instead; cp -p $$file $$distname;}; \
|
||||
done; \
|
||||
chmod -R a+rX $$distname; \
|
||||
tar -chz -f $$distname.tar.gz $$distname; \
|
||||
rm -fr $$distname
|
||||
|
@ -166,7 +166,6 @@ TAGS:
|
||||
|
||||
# Don't depend on DISTFILES because there's no rule for "standards.info*".
|
||||
dist: $(DISTDEP)
|
||||
chmod -R a+rX .
|
||||
distname=`sed -e '/define(AC_ACVERSION,/!d' \
|
||||
-e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \
|
||||
rm -fr $$distname; \
|
||||
@ -175,5 +174,6 @@ dist: $(DISTDEP)
|
||||
ln $$file $$distname \
|
||||
|| { echo copying $$file instead; cp -p $$file $$distname;}; \
|
||||
done; \
|
||||
chmod -R a+rX $$distname; \
|
||||
tar -chz -f $$distname.tar.gz $$distname; \
|
||||
rm -fr $$distname
|
||||
|
Loading…
Reference in New Issue
Block a user