From 0f17a23c50e7d899046eb1edca8558abab5e90c2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 28 Aug 2005 09:05:53 +0000 Subject: Add libmicro - a set of portable benchmarks of system calls from opensolaris project. Approved by: perky (mentor) In collaboration with: gnn --- benchmarks/libmicro/files/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchmarks/libmicro/files/patch-Makefile (limited to 'benchmarks/libmicro/files/patch-Makefile') diff --git a/benchmarks/libmicro/files/patch-Makefile b/benchmarks/libmicro/files/patch-Makefile new file mode 100644 index 000000000000..450e5a1e511a --- /dev/null +++ b/benchmarks/libmicro/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Aug 6 14:07:26 2005 ++++ Makefile Sat Aug 6 14:07:43 2005 +@@ -67,7 +67,7 @@ + wrapper \ + README + +-default $(ALL) run cstyle lint tattle: $(BINS) ++all $(ALL) run cstyle lint tattle: $(BINS) + @chmod +x bench multiview + @mkdir -p bin-`uname -m`; cd bin-`uname -m`; MACH=`uname -m` $(MAKE) -f ../Makefile.`uname -s` $@ + -- cgit v1.2.3