You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/bonnie/files/Makefile.patch

18 lines
443 B

--- a/Makefile 1996-08-29 03:45:37.000000000 +0200
+++ b/Makefile 2011-08-25 16:07:10.757629898 +0200
@@ -1,11 +1,11 @@
-CFLAGS = -O $(SYSFLAGS)
+CFLAGS = $(SYSFLAGS)
bsd:
@echo 'Options are "make bsd" and "make SysV" - the default is "bsd".'
@echo 'If you get messages about missing functions, try "make SysV."'
- make Bonnie
+ $(MAKE) Bonnie
SysV:
- make Bonnie 'SYSFLAGS=-DSysV'
+ $(MAKE) Bonnie 'SYSFLAGS=-DSysV'
Bonnie: