On Mon, 2 Jul 2018 08:37:52 +0100
Emil Velikov <[email protected]> wrote:

> Agreed, DESTDIR in itself should be (and is) fine.
> Some illustrations on the "disaster" mentioned earlier.
> 
> git clean
> ./configure
> make // implicit all - weston.ini is generated
> make bindir=foo install // weston.ini is not regenerated, bindir is ignored
> 
> git clean
> ./configure
> make bindir=foo
> make install // the previous bindir is used, even when you did not ask for it
> 
> git clean
> ./configure
> make bindir=foo install // implicit all, bindir is used

I never knew that was even a thing. Is that actually supposed to work?
Wouldn't the first case be broken on all software that builds in any
such paths?


Thanks,
pq

Attachment: pgpjcP1gwXhdW.pgp
Description: OpenPGP digital signature

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to