public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/mmix/files: mmix-20060324-makefile.patch mmix-20060324-includes.patch
@ 2010-09-18  1:38 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-18  1:38 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/18 01:38:42

  Added:                mmix-20060324-makefile.patch
                        mmix-20060324-includes.patch
  Log:
  Version bump. Respect LDFLAGS (bug #335415), CC. Fix some compiler warnings. Fix parallel make.
  
  (Portage version: 2.2_rc83/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-lang/mmix/files/mmix-20060324-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/files/mmix-20060324-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/files/mmix-20060324-makefile.patch?rev=1.1&content-type=text/plain

Index: mmix-20060324-makefile.patch
===================================================================
--- Makefile.orig	2005-05-19 04:53:25.000000000 +0200
+++ Makefile	2010-09-18 03:33:21.000000000 +0200
@@ -27,23 +27,23 @@
 	if test -r $*.ch; then cweave $*.w $*.ch; else cweave $*.w; fi
 
 .w.o:
-	make $*.c
-	make $*.o
+	$(MAKE) $*.c
+	$(MAKE) $*.o
 
 .w:
-	make $*.c
-	make $*
+	$(MAKE) $*.c
+	$(MAKE) $*
 
 .w.dvi:
-	make $*.tex
-	make $*.dvi
+	$(MAKE) $*.tex
+	$(MAKE) $*.dvi
 
 .w.ps:
-	make $*.dvi
-	make $*.ps
+	$(MAKE) $*.dvi
+	$(MAKE) $*.ps
 
 .w.pdf:
-	make $*.tex
+	$(MAKE) $*.tex
 	case "$(PDFTEX)" in \
 	 dvipdfm ) tex "\let\pdf+ \input $*"; dvipdfm $* ;; \
 	 pdftex ) pdftex $* ;; \
@@ -73,24 +73,23 @@
 clean:
 	rm -f *~ *.o *.c *.h *.tex *.log *.dvi *.toc *.idx *.scn *.ps core
 
-mmix-pipe.o: mmix-pipe.c abstime
+abstime.h: abstime
 	./abstime > abstime.h
+
+mmix-pipe.o: mmix-pipe.c abstime abstime.h
 	$(CC) $(CFLAGS) -c mmix-pipe.c
-	rm abstime.h
 
 mmix-config.o: mmix-pipe.o
 
 mmmix:  mmix-arith.o mmix-pipe.o mmix-config.o mmix-mem.o mmix-io.o mmmix.c
-	$(CC) $(CFLAGS) mmmix.c \
+	$(CC) $(CFLAGS) $(LDFLAGS) mmmix.c \
 	  mmix-arith.o mmix-pipe.o mmix-config.o mmix-mem.o mmix-io.o -o mmmix
 
 mmixal: mmix-arith.o mmixal.c
-	$(CC) $(CFLAGS) mmixal.c mmix-arith.o -o mmixal
+	$(CC) $(CFLAGS) $(LDFLAGS) mmixal.c mmix-arith.o -o mmixal
 
-mmix:   mmix-arith.o mmix-io.o mmix-sim.c abstime
-	./abstime > abstime.h
-	$(CC) $(CFLAGS) mmix-sim.c mmix-arith.o mmix-io.o -o mmix
-	rm abstime.h
+mmix:   mmix-arith.o mmix-io.o mmix-sim.c abstime abstime.h
+	$(CC) $(CFLAGS) $(LDFLAGS) mmix-sim.c mmix-arith.o mmix-io.o -o mmix
 
 tarfile: $(ALL)
 	tar cvf /tmp/mmix.tar $(ALL)



1.1                  dev-lang/mmix/files/mmix-20060324-includes.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/files/mmix-20060324-includes.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mmix/files/mmix-20060324-includes.patch?rev=1.1&content-type=text/plain

Index: mmix-20060324-includes.patch
===================================================================
--- a/mmmix.w	2004-07-11 02:39:28.000000000 +0200
+++ b/mmmix.w	2010-09-18 03:16:39.000000000 +0200
@@ -34,6 +34,8 @@
 
 @c
 #include <stdio.h>
+#include <stdlib.h> /* exit() */
+#include <string.h> /* strlen() */
 #include "mmix-pipe.h"
 @#
 char *config_file_name, *prog_file_name;






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/mmix/files: mmix-20060324-makefile.patch mmix-20060324-includes.patch
@ 2014-10-13 20:56 Matthias Maier (tamiko)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Maier (tamiko) @ 2014-10-13 20:56 UTC (permalink / raw
  To: gentoo-commits

tamiko      14/10/13 20:56:41

  Removed:              mmix-20060324-makefile.patch
                        mmix-20060324-includes.patch
  Log:
  fix build time dependencies for +doc; remove obsolete patch files; update metadata.xml
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key )


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

end of thread, other threads:[~2014-10-13 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18  1:38 [gentoo-commits] gentoo-x86 commit in dev-lang/mmix/files: mmix-20060324-makefile.patch mmix-20060324-includes.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-13 20:56 Matthias Maier (tamiko)

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