mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Include testing/ into the release.
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
5256e4768f
commit
71d85c9e16
@ -8,7 +8,8 @@ SUBDIRS = kconfig
|
|||||||
bin_SCRIPTS = ct-ng
|
bin_SCRIPTS = ct-ng
|
||||||
CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1
|
CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1
|
||||||
EXTRA_DIST = bootstrap ct-ng.in bash-completion/ct-ng.in \
|
EXTRA_DIST = bootstrap ct-ng.in bash-completion/ct-ng.in \
|
||||||
docs/ct-ng.1.in packages maintainer
|
config/configure.in.in \
|
||||||
|
docs/ct-ng.1.in packages maintainer testing
|
||||||
|
|
||||||
if INSTALL_BASH_COMPLETION
|
if INSTALL_BASH_COMPLETION
|
||||||
compdir = @BASH_COMPLETION_DIR@
|
compdir = @BASH_COMPLETION_DIR@
|
||||||
|
@ -745,12 +745,7 @@ msg "*** Gathering the list of data files to install"
|
|||||||
find COPYING config contrib licenses.d packages samples scripts -type f | LANG=C sort | while read f; do
|
find COPYING config contrib licenses.d packages samples scripts -type f | LANG=C sort | while read f; do
|
||||||
# Implement some kind of .installignore for these files?
|
# Implement some kind of .installignore for these files?
|
||||||
case "${f}" in
|
case "${f}" in
|
||||||
# Skip certain files not needed at runtime (used above for generating kconfig
|
# And, some files automake insists we must have
|
||||||
# fragments).
|
|
||||||
packages/*.help | packages/*.desc)
|
|
||||||
continue
|
|
||||||
;;
|
|
||||||
# And, some file automake insists we must have
|
|
||||||
scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh)
|
scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh)
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
@ -8,6 +8,7 @@ if [ -z "${topdir}" ]; then
|
|||||||
do_abort "Not in the Git clone"
|
do_abort "Not in the Git clone"
|
||||||
fi
|
fi
|
||||||
cd "${topdir}"
|
cd "${topdir}"
|
||||||
|
git clean -fxdq
|
||||||
./bootstrap
|
./bootstrap
|
||||||
./configure --enable-local
|
./configure --enable-local
|
||||||
make dist-create-release
|
make dist-create-release
|
||||||
|
Loading…
Reference in New Issue
Block a user