bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Buglet in libmu_scm/Makefile.am?


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Buglet in libmu_scm/Makefile.am?
Date: Fri, 17 Jan 2003 16:16:22 +0200

> the Makefile. Stephen Marenka proposed this fix:
> 
> 
>  install-data-hook:
> -       @here=3D`pwd`
> +       @here=3D`pwd`;\
>          cd $(DESTDIR)$(libdir);\
[...]
> But they also think the whole variable thing is completely unecessary,
> as the stuff is executed in a subshell, and you'll go back to the
> previous pwd when the clause finishes.

GNU make will surely execute this in a subshell. I'm not sure about
other makes, though. Anyway, the patch does make sense. Thanks!

Regards,
Sergey





reply via email to

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