Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi,

I've removed MAKEFLAGS+=-r in 0a45deba2be4a77db7540bd050b25bd6c26d7513
because I thought it's supposed to be used only for recursive make
invocation.
Now I see, it really makes a difference (for a reason unknown to me).
It probably should be only MAKEFLAGS += r (there is no - in the
variable if you use make -r)
anyway.. using
.SUFFIXES:

makes even bigger difference for me. Then it's the ~same as using make -r.
So, I suggest to do
-MAKEFLAGS+=-r
+.SUFFIXES:
in gbuild.mk

HTH,
Matus

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.