----- Alexey I. Froloff <[email protected]> a écrit : > On Fri, May 10, 2013 at 06:35:42PM +0200, Christophe wrote: > > -EXTRA_wmaker_SOURCES = osdep_bsd.c osdep_darwin.c osdep_linux.c > > osdep_stub.c > > +if WM_OSDEP_BSD > > +wmaker_SOURCES += osdep_bsd.c > > +endif > > +if WM_OSDEP_DARWIN > > +wmaker_SOURCES += osdep_darwin.c > > +endif > > +if WM_OSDEP_LINUX > > +wmaker_SOURCES += osdep_linux.c > > +endif > > +if WM_OSDEP_GENERIC > > +wmaker_SOURCES += osdep_stub.c > > +endif > > Have you checked the results of 'make dist' with this change?
Hi, It was actually the first thing I checked, and felt reassured when I saw it worked - this case is actually the main reason (but not the only one) for why they warn against substitution in the source list. -- To unsubscribe, send mail to [email protected].
