log buildsys.mk.in @ 3203:f5456241bff9 default tip

age author description
Sat, 28 Mar 2009 17:29:21 +0900 Yoshiki Yazawa temporal build fix
Sat, 01 Nov 2008 20:02:40 +0100 Jonathan Schleifer Updated buildsys.
Wed, 26 Nov 2008 05:17:55 +0900 Yoshiki Yazawa follow core changes.
Thu, 02 Oct 2008 23:53:27 +0200 Jonathan Schleifer Same as for audacious.
Fri, 29 Aug 2008 02:01:38 +0300 Matti Hamalainen Fix PLUGIN_DEFNAME generation in case of names with hyphens.
Thu, 07 Aug 2008 16:10:10 +0300 Andrew O. Shadoura fixed buildsys dependency resolver
Wed, 30 Jul 2008 23:04:46 +0100 Tony Vroon Parallel dependency resolution by Jonathan Schleifer.
Sat, 12 Jul 2008 03:06:15 +0300 Andrew O. Shadoura don't translate trailing \n
Sat, 12 Jul 2008 02:58:39 +0300 Andrew O. Shadoura don't pass non-alphanumerics to preprocessor
Sat, 12 Jul 2008 02:40:00 +0300 Andrew O. Shadoura a fix for automatic plugin _CFGIDs to be generated
Thu, 17 Apr 2008 21:54:16 +0200 Jonathan Schleifer buildsys.mk.in: Fixed typo.
Sun, 10 Feb 2008 21:33:33 +0100 Jonathan Schleifer Added HG repo URL to buildsys as a comment.
Sun, 10 Feb 2008 10:36:22 +0100 Jonathan Schleifer Fix a possible bug in dependency generation.
Sun, 10 Feb 2008 10:29:56 +0100 Jonathan Schleifer Fix possible infinite loop in dependency generation.
Sun, 10 Feb 2008 10:23:20 +0100 Jonathan Schleifer Make dependency generation threaded.
Thu, 01 Nov 2007 15:38:07 +0100 Jonathan Schleifer Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Thu, 01 Nov 2007 15:37:43 +0100 Jonathan Schleifer Change my mail.
Fri, 19 Oct 2007 06:24:08 -0500 William Pitcock Use ${CC} -M, not ${CPP} -M, as cpp is not required to respect -M, but gcc will always handle -M properly.
Sat, 13 Oct 2007 10:34:40 +0200 Jonathan Schleifer Update buildsys. Please test.
Wed, 10 Oct 2007 20:31:40 +0300 Eugene Paskevich Use curly braces instead of round ones, since they might not be portable.
Wed, 10 Oct 2007 09:01:48 +0300 Eugene Paskevich Don't let the strings cross over each other.
Wed, 10 Oct 2007 07:49:16 +0300 Eugene Paskevich Made colourised strings more readable.
Wed, 10 Oct 2007 01:40:13 +0300 Eugene Paskevich Revised the plugindir logic.
Tue, 09 Oct 2007 11:01:53 +0900 Yoshiki Yazawa make clean should remove plugin objectives.
Wed, 03 Oct 2007 17:24:59 +0200 Jonathan Schleifer Add -pipe -Wall if gcc and fix a few warnings.
Sun, 30 Sep 2007 13:30:43 +0930 Kieran Clancy Delete .deps file when dependency generation fails
Thu, 27 Sep 2007 22:09:51 +0200 Jonathan Schleifer implib.
Thu, 27 Sep 2007 12:00:45 +0900 Yoshiki Yazawa target depend should use ${CFLAGS} otherwise it will miss installed headers.
Wed, 26 Sep 2007 06:38:56 +0200 Jonathan Schleifer Optimize dependency generation.
Wed, 26 Sep 2007 03:05:48 +0200 Jonathan Schleifer Update buildsys (adds ${PROG_SUFFIX}).
Wed, 26 Sep 2007 00:42:58 +0200 Jonathan Schleifer Update buildsys.
Tue, 25 Sep 2007 16:51:17 +0200 Jonathan Schleifer Oops. Fix parallel build.
Tue, 25 Sep 2007 00:27:52 +0200 Jonathan Schleifer Add ${LIB} and ${LIB_NOINST} to distclean.
Mon, 24 Sep 2007 23:38:22 +0200 Jonathan Schleifer Use test instead of [ ].
Mon, 24 Sep 2007 23:14:49 +0200 Jonathan Schleifer install-sh doesn't work.
Mon, 24 Sep 2007 21:14:18 +0200 Jonathan Schleifer Abort on error.
Mon, 24 Sep 2007 20:58:46 +0200 Jonathan Schleifer Don't depend on subdirs, it's done anyway.
Mon, 24 Sep 2007 20:47:25 +0200 Jonathan Schleifer Always prefix comparisons with x.
Mon, 24 Sep 2007 20:20:44 +0200 Jonathan Schleifer Fix dependencies and other parallel stuff.
Mon, 24 Sep 2007 20:02:43 +0200 Jonathan Schleifer Add depend status.
Mon, 24 Sep 2007 10:45:28 -0500 William Pitcock Import Mk2 core.