Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
DaisukeMiyamoto committed Jun 1, 2017
2 parents e6f6c2a + 3cb9356 commit e02de99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unixbench/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ all: unixbench
unixbench:
wget $(URL)$(FILENAME)
tar xvzf $(FILENAME)
cd $(DIRNAME); make
cd $(DIRNAME); \
make; \
wget http://storage.googleapis.com/google-code-attachments/byte-unixbench/issue-4/comment-1/fix-limitation.patch; \
patch Run fix-limitation.patch

clean:
rm -rf $(FILENAME) $(DIRNAME)

0 comments on commit e02de99

Please sign in to comment.