svn commit: r377883 - head/sysutils/memtest86+/files

Rodrigo Osorio rodrigo at FreeBSD.org
Sun Jan 25 11:45:46 UTC 2015


Author: rodrigo
Date: Sun Jan 25 11:45:45 2015
New Revision: 377883
URL: https://svnweb.freebsd.org/changeset/ports/377883
QAT: https://qat.redports.org/buildarchive/r377883/

Log:
  Fix build when ISO option is selected.
  
  PR:		188149
  Submitted by:	Lawrence Chen <beastie at tardisi.com>

Modified:
  head/sysutils/memtest86+/files/patch-Makefile

Modified: head/sysutils/memtest86+/files/patch-Makefile
==============================================================================
--- head/sysutils/memtest86+/files/patch-Makefile	Sun Jan 25 11:44:08 2015	(r377882)
+++ head/sysutils/memtest86+/files/patch-Makefile	Sun Jan 25 11:45:45 2015	(r377883)
@@ -1,6 +1,6 @@
---- Makefile	2008-11-16 02:30:50.000000000 +0200
-+++ Makefile	2009-02-18 09:03:07.000000000 +0200
-@@ -23,15 +23,15 @@ all: memtest.bin memtest
+--- Makefile.orig	2015-01-19 13:24:01.512893165 +0000
++++ Makefile	2015-01-19 13:24:23.844906601 +0000
+@@ -23,15 +23,15 @@
  # symbols and then link it dynamically so I have full
  # relocation information
  memtest_shared: $(OBJS) memtest_shared.lds Makefile
@@ -19,9 +19,13 @@
  
  head.s: head.S config.h defs.h test.h
  	$(CC) -E -traditional $< -o $@
-@@ -58,7 +58,6 @@ clean:
- iso:
- 	make all
+@@ -58,10 +58,8 @@
+ asm:
+ 	@./makedos.sh
+ 
+-iso:
+-	make all
++iso: all
  	./makeiso.sh
 -	rm -f *.o *.s memtest.bin memtest memtest_shared memtest_shared.bin
  


More information about the svn-ports-all mailing list