• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/iozone/iozone.mk
Thomas PetazzoniThomas Petazzoni committed 68ec724f50731 Jul 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# iozone
4
#
5
################################################################################
6
​
7
IOZONE_VERSION = 3_446
8
IOZONE_SOURCE = iozone$(IOZONE_VERSION).tar
9
IOZONE_SITE = http://www.iozone.org/src/current
10
IOZONE_LICENSE = IOzone license (NO DERIVED WORKS ALLOWED)
11
# IOzone license details can be found at:
12
# http://www.iozone.org/docs/Iozone_License.txt
13
​
14
# AIO support not available on uClibc, use the linux (non-aio) target.
15
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
16
IOZONE_TARGET = linux-noaio
17
else
18
IOZONE_TARGET = linux
19
endif
20
​
21
define IOZONE_BUILD_CMDS
22
    $(MAKE) $(TARGET_CONFIGURE_OPTS) $(IOZONE_TARGET) -C $(@D)/src/current
23
endef
24
​
25
define IOZONE_INSTALL_TARGET_CMDS
26
    $(INSTALL) -D -m 755 $(@D)/src/current/iozone \
27
        $(TARGET_DIR)/usr/bin/iozone
28
endef
29
​
30
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.