This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Binutils 2.17 first prerelease available


Daniel Jacobowitz <drow@false.org> writes:

> I have just uploaded:
>   ftp://sourceware.org/pub/binutils/snapshots/binutils-2.16.92.tar.bz2
>
> The binutils 2.17 branch is now open.  Bug fixes only, please - use your
> own discretion.  Assuming that all goes well, there will be another
> prerelease in a few weeks, which will shortly turn into a release.

When touching binutils/doc/binutils.texi, I cannot rebuild the info file,
because config.texi from the source directory is used instead of the one
from the build directory.

rm -f config.texi
eval `grep '^ *VERSION=' ../../../binutils/doc/../../bfd/configure`; \
  echo "@set VERSION $VERSION" > config.texi
echo "@set UPDATED `date "+%B %Y"`" >> config.texi
echo "@set top_srcdir ../../../binutils" >> config.texi
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd ../../../binutils/doc && \
rm -rf $backupdir && mkdir $backupdir && \
for f in ../../../binutils/doc/binutils.info ../../../binutils/doc/binutils.info-[0-9] ../../../binutils/doc/binutils.info-[0-9][0-9] ../../../binutils/doc/binutils.i[0-9] ../../../binutils/doc/binutils.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
cd "$am__cwd"; \
if makeinfo --split-size=5000000   -I ../../../binutils/doc \
 -o ../../../binutils/doc/binutils.info ../../../binutils/doc/binutils.texi; \
then \
  rc=0; \
  cd ../../../binutils/doc; \
else \
  rc=$?; \
  cd ../../../binutils/doc && \
  $restore $backupdir/* `echo "./../../../binutils/doc/binutils.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
../../../binutils/doc/binutils.texi:3528: @include `../.././binutils/../libiberty/at-file.texi': No such file or directory.
makeinfo: Removing output file `../../../binutils/doc/binutils.info' due to errors; use --force to preserve.
make[2]: *** [../../../binutils/doc/binutils.info] Error 1

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]