• 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/netperf/netperf.mk
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind) committed e1502ebc0c903 Jul 2012
Raw file
Source viewDiff to previous
 
1
#############################################################
2
#
3
# netperf
4
#
5
#############################################################
6
​
7
NETPERF_VERSION = 2.5.0
8
NETPERF_SITE = ftp://ftp.netperf.org/netperf
9
NETPERF_CONF_ENV = ac_cv_func_setpgrp_void=set
10
​
11
define NETPERF_INSTALL_TARGET_CMDS
12
    $(INSTALL) -m 0755 $(@D)/src/netperf \
13
        $(TARGET_DIR)/usr/bin/netperf
14
    $(INSTALL) -m 0755 $(@D)/src/netserver \
15
        $(TARGET_DIR)/usr/bin/netserver
16
endef
17
​
18
define NETPERF_UNINSTALL_TARGET_CMDS
19
    rm -f $(TARGET_DIR)/usr/bin/netperf
20
    rm -f $(TARGET_DIR)/usr/bin/netserver
21
endef
22
​
23
$(eval $(autotools-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.