mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
dhrystone: remove usage of FOO_DIR_PREFIX
As the semantics of FOO_DIR_PREFIX will change in the following patch, we want to remove unnecessary usage of this variable. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ee8f0ecfbc
commit
58c350ba67
@ -10,7 +10,7 @@ DHRYSTONE_SITE = http://www.netlib.org/benchmark/
|
|||||||
|
|
||||||
define DHRYSTONE_EXTRACT_CMDS
|
define DHRYSTONE_EXTRACT_CMDS
|
||||||
(cd $(@D) && $(SHELL) $(DL_DIR)/$($(PKG)_SOURCE))
|
(cd $(@D) && $(SHELL) $(DL_DIR)/$($(PKG)_SOURCE))
|
||||||
$(Q)cp $($(PKG)_DIR_PREFIX)/dhrystone/Makefile $(@D)/
|
$(Q)cp package/dhrystone/Makefile $(@D)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define DHRYSTONE_BUILD_CMDS
|
define DHRYSTONE_BUILD_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user