This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
mkdir tidying ?
- From: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- To: automake at gnu dot org
- Date: Mon, 23 Feb 2004 18:23:26 +0000
- Subject: mkdir tidying ?
I seem to have many tests failing eg:
gmake[1]: Nothing to be done for `uninstall'.
gmake[1]: Leaving directory `/usr/src/local/automake/tests/testSubDir/autohdr3-1.0/_build'
gmake[1]: Entering directory `/usr/src/local/automake/tests/testSubDir/autohdr3-1.0/_build'
gmake[1]: Leaving directory `/usr/src/local/automake/tests/testSubDir/autohdr3-1.0/_build'
mkdir: /tmp/am-dc-14169/: File exists
gmake: *** [distcheck] Error 1
FAIL: autohdr3.test
just because a /tmp directory is still left over..
Cheers,
Patrick