public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/mdbtools/files: mdbtools-0.6_pre2-parallel-make.patch
Date: Mon, 11 Jan 2010 18:09:31 +0000	[thread overview]
Message-ID: <E1NUOhn-0006E3-UH@stork.gentoo.org> (raw)

graaff      10/01/11 18:09:31

  Added:                mdbtools-0.6_pre2-parallel-make.patch
  Log:
  Fix parallel make issue #253584. Patch by Nico Roeser.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-office/mdbtools/files/mdbtools-0.6_pre2-parallel-make.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mdbtools/files/mdbtools-0.6_pre2-parallel-make.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mdbtools/files/mdbtools-0.6_pre2-parallel-make.patch?rev=1.1&content-type=text/plain

Index: mdbtools-0.6_pre2-parallel-make.patch
===================================================================
--- mdbtools-cvs-20050624.orig/src/sql/Makefile.am	2005-01-15 05:02:06.000000000 +0000
+++ mdbtools-cvs-20050624/src/sql/Makefile.am	2010-01-09 13:48:01.000000000 +0000
@@ -1,5 +1,5 @@
 lib_LTLIBRARIES	=	libmdbsql.la
-libmdbsql_la_SOURCES=	mdbsql.c parser.y lexer.l 
+libmdbsql_la_SOURCES=	mdbsql.c parser.y lexer.l parser.h
 libmdbsql_la_LDFLAGS = -version-info 1:0:0
 DISTCLEANFILES = parser.c parser.h lexer.c
 AM_CPPFLAGS	=	-I$(top_srcdir)/include $(GLIB_CFLAGS)
@@ -7,5 +7,7 @@
 LDADD	=	../libmdb/libmdb.la 
 YACC = @YACC@ -d
 
+parser.h: parser.$(OBJEXT)
+
 dist-hook:
 	rm -f $(distdir)/parser.c $(distdir)/parser.h $(distdir)/lexer.c






             reply	other threads:[~2010-01-11 18:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11 18:09 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-12 18:35 [gentoo-commits] gentoo-x86 commit in app-office/mdbtools/files: mdbtools-0.6_pre2-parallel-make.patch Hans de Graaff (graaff)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NUOhn-0006E3-UH@stork.gentoo.org \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox