mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow
away our CVS checked 'missing' file and also CVS checked 'hiper/Makefile'.
This commit is contained in:
parent
ddfa33be79
commit
fa2a8f6fb8
3
CHANGES
3
CHANGES
@ -18,6 +18,9 @@ Yang Tse (7 Aug 2008)
|
|||||||
expansion which consists of a single double-quoted string as the result of
|
expansion which consists of a single double-quoted string as the result of
|
||||||
concatenating all of them.
|
concatenating all of them.
|
||||||
|
|
||||||
|
- Prevent buildconf from removing 'Makefile' and 'missing' files. This would
|
||||||
|
blow away our CVS checked files 'missing' and 'hiper/Makefile'.
|
||||||
|
|
||||||
Yang Tse (5 Aug 2008)
|
Yang Tse (5 Aug 2008)
|
||||||
- Changes done to buildconf script. Validate that autom4te and autoconf, as
|
- Changes done to buildconf script. Validate that autom4te and autoconf, as
|
||||||
well as aclocal and automake, versions match. Improve removal of previous
|
well as aclocal and automake, versions match. Improve removal of previous
|
||||||
|
@ -257,7 +257,6 @@ PERL=`findtool ${PERL:-perl}`
|
|||||||
# Remove files generated on previous buildconf/configure run.
|
# Remove files generated on previous buildconf/configure run.
|
||||||
#
|
#
|
||||||
for fname in .deps \
|
for fname in .deps \
|
||||||
Makefile \
|
|
||||||
Makefile.in \
|
Makefile.in \
|
||||||
aclocal.m4 \
|
aclocal.m4 \
|
||||||
aclocal.m4.bak \
|
aclocal.m4.bak \
|
||||||
@ -277,7 +276,6 @@ for fname in .deps \
|
|||||||
libtool \
|
libtool \
|
||||||
libtool.m4 \
|
libtool.m4 \
|
||||||
ltmain.sh \
|
ltmain.sh \
|
||||||
missing \
|
|
||||||
stamp-h1 \
|
stamp-h1 \
|
||||||
stamp-h2 \
|
stamp-h2 \
|
||||||
stamp-h3 ; do
|
stamp-h3 ; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user