Hi, > I'm the developer of the build system audacious, libmcs and libmowgli
I know, we have exchanged some emails in the past :) > use. You shouldn't just comment out .SILENT:, as this is only for > debugging. Usually, you should be fine without commenting it :). The I prefer to have the full output rather than only the ANSI'd version of it (which is quite ugly IMHO). > other thing I see it that you disable dependency checks, but yet let it > generate dependencies. Is the reason for this because OpenBSD make can't > handle -include? If so, newer versions of the build system don't use > -include anymore. I wonder why this hasn't been updated in mcs/mowgli. -include is GNU make thing, and I don't want to add it to the dependencies when it can be removed with one line diff. > Most likely because I didn't do it, so noone else bothered as well ;). > You can find a version without -include at > https://webkeks.org/hg/buildsys/, but you have to add one line to > configure.ac for that (see the .m4 file). Whenever mowgli and mcs switch to use it, we'll pick it up, but for now commenting one line is better, unless there is a very good reason not to. f.-
