Adding debuginfo Support to Wine Makefiles

Alexandre Julliard julliard at winehq.org
Sun Nov 28 08:18:41 CST 2004


Robert Shearman <rob at codeweavers.com> writes:

> "make install && make install_debuginfo" will install the debugging
> info both embedded and separate.
> "make install_debuginfo && make install" will only install the separate.
> This is one of the quirks I would like some feedback on and no doubt
> some people will have opinions on the best way to solve this.

That's not the right approach, make install should never modify the
existing build tree. I think this would be more appropriate as part of
a packaging script rather than as a makefile target.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list