public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/mairix/files: mairix-0.22-parallel-make.patch
@ 2010-08-30  7:34 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2010-08-30  7:34 UTC (permalink / raw
  To: gentoo-commits

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-mail/mairix/files: mairix-0.22-parallel-make.patch
@ 2012-02-07  7:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-02-07  7:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/02/07 07:08:17

  Removed:              mairix-0.22-parallel-make.patch
  Log:
  Remove old.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-07  7:08 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox