changeset 12:d161c873b520

Handy
author Gary Benson <gbenson@redhat.com>
date Fri, 19 Mar 2010 15:31:16 +0000
parents 60656dcc01c7
children 3d1e105fa273
files Makefile
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Mar 12 09:45:28 2010 +0000
+++ b/Makefile	Fri Mar 19 15:31:16 2010 +0000
@@ -19,4 +19,9 @@
 	rm -Rf $(BOOTDIR)
 	rm -Rf hotspot/build
 
-.PHONY: default $(TARGETS) build clean
+patch:
+	for i in cpu/zero os_cpu/linux_zero share/vm/shark; do \
+	  diff -ru {~/work/icedtea6/ports/,}hotspot/src/$$i; \
+	done > patch.patch || true
+
+.PHONY: default $(TARGETS) build clean patch