This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch] pass DESTDIR to make calls


On May 24, 2002, Olaf Hering <olh@suse.de> wrote:

> --- gcc-3.1.1-20020521/config-ml.in~    2001-10-24 13:11:19.000000000 +0200
> +++ gcc-3.1.1-20020521/config-ml.in     2002-05-24 22:42:34.000000000 +0200
> @@ -553,6 +553,7 @@
>                                 LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
>                                 LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
>                                 LDFLAGS="$(LDFLAGS) $${flags}" \
> +                               DESTDIR="$(DESTDIR)" \
>                                 $(DO)); then \
>                   true; \
>                 else \

This patch is ok, but it's missing a ChangeLog entry, as well as some
indication of whether (or on which platform) it was actually tested.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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