Patches to stop libtool droppings (#4898)

Dan Nicholson dbn.lists at gmail.com
Sun Nov 21 13:39:41 PST 2010


On Sun, Nov 21, 2010 at 12:19 PM, Arkadiusz Miskiewicz <arekm at maven.pl> wrote:
> On Friday 19 of November 2010, Jesse Adkins wrote:
>> Following this is a whopping 66 patches. These patches cover every driver
>> listed under cgit.freedesktop.org/xorg/driver/ (So wacom and some other got
>> skipped). I skipped the drivers where configure was set to fail.
>
> All these look wrong. Should be:
>
> rm -f $(DESTDIR)$(moduledir)/xyz.la

Agreed. automake uninstall removes files from the DESTDIR. Here's a
snippet from what it does to remove PROGRAMS.

cd "$(DESTDIR)$(bindir)" && rm -f $$files

--
Dan


More information about the xorg-devel mailing list