public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mairix/files: mairix-0.22-parallel-make.patch
Date: Mon, 30 Aug 2010 07:34:06 +0000 (UTC)	[thread overview]
Message-ID: <20100830073406.E28CB20051@flycatcher.gentoo.org> (raw)

radhermit    10/08/30 07:34:06

  Added:                mairix-0.22-parallel-make.patch
  Log:
  Version bump for bug #326573. Enhance Gnus functionality, thanks to Beetle B. (bug #274578). Remove old version.
  
  (Portage version: 2.2_rc71/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-mail/mairix/files/mairix-0.22-parallel-make.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mairix/files/mairix-0.22-parallel-make.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mairix/files/mairix-0.22-parallel-make.patch?rev=1.1&content-type=text/plain

Index: mairix-0.22-parallel-make.patch
===================================================================
diff -ur mairix-0.22.orig/dfasyn/Makefile mairix-0.22/dfasyn/Makefile
--- mairix-0.22.orig/dfasyn/Makefile	2010-06-05 14:41:10.000000000 -0700
+++ mairix-0.22/dfasyn/Makefile	2010-08-30 00:07:13.538849849 -0700
@@ -46,9 +46,7 @@
 	$(CC) $(CFLAGS) -o dfasyn $(OBJ)
 
 parse.c parse.h : parse.y
-	bison -v -d parse.y
-	mv parse.tab.c parse.c
-	mv parse.tab.h parse.h
+	bison -v -d -o parse.c parse.y
 
 parse.o : parse.c dfasyn.h
 
diff -ur mairix-0.22.orig/Makefile.in mairix-0.22/Makefile.in
--- mairix-0.22.orig/Makefile.in	2010-06-05 14:41:10.000000000 -0700
+++ mairix-0.22/Makefile.in	2010-08-30 00:06:52.276674632 -0700
@@ -77,14 +77,14 @@
 	./mkversion
 
 ./dfasyn/dfasyn:
-	if [ -d dfasyn ]; then cd dfasyn ; make CC="$(CC)" CFLAGS="$(CFLAGS)" ; else echo "No dfasyn subdirectory?" ; exit 1 ; fi
+	if [ -d dfasyn ]; then cd dfasyn ; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" ; else echo "No dfasyn subdirectory?" ; exit 1 ; fi
 
 clean:
 	-rm -f *~ *.o mairix *.s core
 	-rm -f mairix.cp mairix.fn mairix.aux mairix.log mairix.ky mairix.pg mairix.toc mairix.tp mairix.vr
 	-rm -f fromcheck.[ch] datescan.[ch]
 	-rm -f nvpscan.[ch]
-	if [ -d dfasyn ]; then cd dfasyn ; make clean ; fi
+	if [ -d dfasyn ]; then cd dfasyn ; $(MAKE) clean ; fi
 
 distclean: clean
 	-rm -f Makefile config.log






             reply	other threads:[~2010-08-30  7:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-30  7:34 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-07  7:08 [gentoo-commits] gentoo-x86 commit in net-mail/mairix/files: mairix-0.22-parallel-make.patch Tim Harder (radhermit)

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=20100830073406.E28CB20051@flycatcher.gentoo.org \
    --to=radhermit@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