bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add a bootstrap script so that we sync to gnulib, gettext, etc. bett


From: Eric Blake
Subject: Re: add a bootstrap script so that we sync to gnulib, gettext, etc. better
Date: Mon, 21 Aug 2006 21:48:08 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Paul Eggert on 8/21/2006 1:33 AM:
> I installed this patch, which mostly consists of removing files and
> replacing them with a bootstrap script.  Now, when you check things
> out from CVS, you must run ./bootstrap before running ./configure.
> The upside is that the CVS sources get simpler and we don't have
> to spend so much time manually syncing to and from other projects.
> Please let me know if there are problems (there will undoubtedly
> be some, as it's a disruptive change)....

You pruned a bit too much.  On cygwin, t-fpending depends on libcoreutils.a.

2006-08-21  Eric Blake  <address@hidden>

        * Makefile.am (LDADD): Restore this line; it is still needed for
        t-fpending on platforms without __fpending.

Index: lib/Makefile.am
===================================================================
RCS file: /sources/coreutils/coreutils/lib/Makefile.am,v
retrieving revision 1.250
diff -u -p -r1.250 Makefile.am
- --- lib/Makefile.am     21 Aug 2006 07:30:46 -0000      1.250
+++ lib/Makefile.am     22 Aug 2006 03:46:18 -0000
@@ -23,6 +23,7 @@ AM_CPPFLAGS += -I..
 AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)

 noinst_PROGRAMS = t-fpending
+LDADD = $(noinst_LIBRARIES)

 libcoreutils_a_SOURCES += \
   buffer-lcm.c buffer-lcm.h \

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE6n5484KuGfSFAYARAkAIAJ9oooHmYzLLSX6Uf7auguYwDS8MngCeMMY+
DYm+V3gg29lBYv5s+FdnXHs=
=jzQf
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]