[patch] pass DESTDIR to make calls

Alexandre Oliva aoliva@redhat.com
Sat May 25 05:50:00 GMT 2002


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



More information about the Gcc-patches mailing list