• 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/makedevs/makedevs.mk
Gustavo ZacariasGustavo Zacarias committed 21510bdb0bf02 Jul 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
################################################################################
#
# makedevs
#
################################################################################
​
# source included in buildroot
MAKEDEVS_SOURCE =
HOST_MAKEDEVS_SOURCE =
​
MAKEDEVS_VERSION = buildroot-$(BR2_VERSION)
MAKEDEVS_LICENSE = GPLv2
​
define MAKEDEVS_BUILD_CMDS
    $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \
        package/makedevs/makedevs.c -o $(@D)/makedevs
endef
​
define MAKEDEVS_INSTALL_TARGET_CMDS
    $(INSTALL) -D -m 755 $(@D)/makedevs $(TARGET_DIR)/usr/sbin/makedevs
endef
​
define HOST_MAKEDEVS_BUILD_CMDS
    $(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
        package/makedevs/makedevs.c -o $(@D)/makedevs
endef
​
define HOST_MAKEDEVS_INSTALL_CMDS
    $(INSTALL) -D -m 755 $(@D)/makedevs $(HOST_DIR)/usr/bin/makedevs
endef
​
$(eval $(generic-package))
$(eval $(host-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.