[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dist-hook and rights
From: |
Akim Demaille |
Subject: |
dist-hook and rights |
Date: |
Thu, 29 Apr 2004 15:11:35 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Hi!
When running make distcheck, dist-hook is run twice: once for the
outer tarball, then for the dist performed on the tree built by
distcheck.
There is a big difference between the two though: in the second case,
the tree is read only, which forbids side effects from dist-hook,
which should be valid IMHO.
So maybe we should chmod +w before `make dist' in distcheck?
Thanks!
- dist-hook and rights,
Akim Demaille <=