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

17 lines
348 B

--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,9 @@
-CFLAGS = -O $(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: