[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bootstrap.conf not distributed
From: |
Bruno Haible |
Subject: |
bootstrap.conf not distributed |
Date: |
Fri, 13 Oct 2006 15:41:21 +0200 |
User-agent: |
KMail/1.9.1 |
Hi,
When doing a "make dist" in the coreutils CVS, bootstrap is distributed,
but bootstrap.conf is not. IMO that doesn't make sense, since the entire
parametrization comes from bootstrap.conf. How about adding bootstrap.conf
to EXTRA_DIST?
Also there are a number of other files of which I cannot judge whether
they would be useful to distribute.
$ make dist; tar xvfz coreutils-6.4-cvs.tar.gz
$ make distclean
$ LC_ALL=C diff -r -c3 -q coreutils-6.4-cvs . \
| grep -v CVS | grep -v cvsignore | sed -e 's,^Only in ,,' -e 's,: ,/,'
...
./README-package-renamed-to-coreutils
./README-valgrind
./bootstrap.conf
./build-aux/gnupload [this one is not in CVS, comes from gnulib]
./src/du-tests
./tests/general
./tests/ls/Test.pm
./tests/mkdir/concurrent-1
./tests/mkdir/writable-under-readonly
./tests/mv/i-3
./tests/rm/empty-name
./tests/rm/unreadable
./tests/sort/main
./tests/sort-time
./tests/tail-2/fflush
./tests/tail-2/infloop-1
./tests/tr/failures
Bruno
- bootstrap.conf not distributed,
Bruno Haible <=