diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-13 16:55:59 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-13 16:55:59 +0200 |
| commit | 47b6769088d2e3a1f51f3c11c8e402645d0d9650 (patch) | |
| tree | 2e8883ee3c146c7539977324b4e2c012e713cf53 /src/benchmarks/httpd/Makefile | |
| parent | fa8bc15ea5324c8f547bd1696869629000a4e666 (diff) | |
| download | allocbench-47b6769088d2e3a1f51f3c11c8e402645d0d9650.tar.gz allocbench-47b6769088d2e3a1f51f3c11c8e402645d0d9650.zip | |
improve httpd Makefile and config
Diffstat (limited to 'src/benchmarks/httpd/Makefile')
| -rw-r--r-- | src/benchmarks/httpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/benchmarks/httpd/Makefile b/src/benchmarks/httpd/Makefile index 572f3e6..6175d59 100644 --- a/src/benchmarks/httpd/Makefile +++ b/src/benchmarks/httpd/Makefile @@ -8,8 +8,7 @@ $(OBJDIR)/html: html | $(OBJDIR) cp -r html $(OBJDIR)/html $(OBJDIR)/nginx: nginx/nginx.conf | $(OBJDIR) - mkdir $@ - mkdir $@/logs + mkdir -p $@/logs sed "s|OBJDIR|$(OBJDIR)|" $< > $@/nginx.conf $(OBJDIR): |
