mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
Do not include config/configure.in into the release tarball
Fixes #1176 Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
f9b57cc78a
commit
8e24bb22d0
@ -8,7 +8,6 @@ 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 \
|
||||||
config/configure.in.in \
|
|
||||||
docs/ct-ng.1.in packages maintainer testing
|
docs/ct-ng.1.in packages maintainer testing
|
||||||
|
|
||||||
if INSTALL_BASH_COMPLETION
|
if INSTALL_BASH_COMPLETION
|
||||||
@ -18,9 +17,9 @@ endif
|
|||||||
|
|
||||||
man1_MANS = docs/ct-ng.1
|
man1_MANS = docs/ct-ng.1
|
||||||
|
|
||||||
# paths.sh generated by configure
|
# paths.sh and configure.in are generated by configure
|
||||||
nobase_dist_pkgdata_DATA = $(verbatim_data)
|
nobase_dist_pkgdata_DATA = $(verbatim_data)
|
||||||
nobase_nodist_pkgdata_DATA = paths.sh
|
nobase_nodist_pkgdata_DATA = paths.sh config/configure.in
|
||||||
|
|
||||||
# ct-ng, as renamed by the installation
|
# ct-ng, as renamed by the installation
|
||||||
ctng_progname = `echo ct-ng | sed '$(transform)'`
|
ctng_progname = `echo ct-ng | sed '$(transform)'`
|
||||||
|
@ -801,10 +801,10 @@ msg "*** Gathering the list of data files to install"
|
|||||||
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
|
||||||
;;
|
;;
|
||||||
# Special hack for configure.in.in - replace with the file that configure
|
#
|
||||||
# will produce. FIXME: create this file at the time of 'ct-ng build'.
|
# will produce. FIXME: create this file at the time of 'ct-ng build'.
|
||||||
config/configure.in.in)
|
config/configure.in.in | config/configure.in)
|
||||||
f=config/configure.in
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
# Checks & substitutions above may result in duplicate files
|
# Checks & substitutions above may result in duplicate files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user