[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r35709 - in trunk: . build/generator subversion/libsvn_fs_fs

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 5 Feb 2009 22:58:27 +0000

On Thu, Feb 05, 2009 at 02:51:43PM -0800, Stefan Sperling wrote:
> Author: stsp
> Date: Thu Feb 5 14:51:43 2009
> New Revision: 35709
>
> Log:
> Fix build with BSD make.
>
> * Makefile.in: Don't use GNU-specific static pattern ("%.o: %c"-style
> syntax) to build a header file from an sql file. Use suffix rules
> instead, like the rest of the Makfile already does.

FYI,

here's a list of make features that are specific to GNU make:
http://www.gnu.org/software/make/manual/make.html#Features

We can refer to this list to decide which features we should avoid using
in order to stay compatible with other make implementations.

Stefan
Received on 2009-02-05 23:58:51 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.