[121834] trunk/dports/net/dynamips-devel/files/patch-Makefile

jmr at macports.org jmr at macports.org
Tue Jul 8 13:47:07 PDT 2014


Revision: 121834
          https://trac.macports.org/changeset/121834
Author:   jmr at macports.org
Date:     2014-07-08 13:47:07 -0700 (Tue, 08 Jul 2014)
Log Message:
-----------
dynamips-devel: attempt to fix parallel build

Modified Paths:
--------------
    trunk/dports/net/dynamips-devel/files/patch-Makefile

Modified: trunk/dports/net/dynamips-devel/files/patch-Makefile
===================================================================
--- trunk/dports/net/dynamips-devel/files/patch-Makefile	2014-07-08 20:37:28 UTC (rev 121833)
+++ trunk/dports/net/dynamips-devel/files/patch-Makefile	2014-07-08 20:47:07 UTC (rev 121834)
@@ -1,5 +1,5 @@
---- Makefile.bak	2008-05-17 15:53:31.000000000 +0200
-+++ Makefile	2008-05-17 15:52:19.000000000 +0200
+--- Makefile.orig	2007-10-14 18:43:07.000000000 +1000
++++ Makefile	2014-07-09 06:45:38.000000000 +1000
 @@ -23,7 +23,6 @@
  VERSION_DEV=$(VERSION_TRAIN)-$(shell date +%Y%m%d-%H)
  
@@ -30,8 +30,17 @@
  else
  ifeq ($(shell uname -s), SunOS)
     CFLAGS+=-I/usr/local/include -DINADDR_NONE=0xFFFFFFFF \
-@@ -252,11 +253,11 @@
+@@ -238,6 +239,8 @@
+ ppc32_microcode_dump.inc: rom2c$(BIN_EXT) ppc32_microcode
+ 	@./rom2c ppc32_microcode ppc32_microcode_dump.inc 0xfff00000
  
++dev_rom.o: mips64_microcode_dump.inc ppc32_microcode_dump.inc
++
+ asmdefs$(BIN_EXT): asmdefs.c mips64.h
+ 	@echo "Linking $@"
+ 	@$(CC) -Wall $(CFLAGS) -o $@ asmdefs.c
+@@ -252,11 +255,11 @@
+ 
  install: $(PROG) nvram_export
  	@echo "Installing"
 -	install -d $(DESTDIR)/bin $(DESTDIR)/man/man1 $(DESTDIR)/man/man7 $(DESTDIR)/etc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140708/159ef79c/attachment.html>


More information about the macports-changes mailing list