mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
fixup use of a variable before it is set
This commit is contained in:
parent
1a35a66350
commit
dab038a04a
@ -3,7 +3,7 @@
|
|||||||
# build binutils for use on the host system
|
# build binutils for use on the host system
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
BINUTILS_VERSION:=$(strip $(BINUTILS_VERSION))
|
BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
|
||||||
|
|
||||||
BINUTILS_SITE:=http://ftp.kernel.org/pub/linux/devel/binutils
|
BINUTILS_SITE:=http://ftp.kernel.org/pub/linux/devel/binutils
|
||||||
ifeq ($(BINUTILS_VERSION),2.15)
|
ifeq ($(BINUTILS_VERSION),2.15)
|
||||||
@ -132,9 +132,3 @@ binutils_target-clean:
|
|||||||
|
|
||||||
binutils_target-dirclean:
|
binutils_target-dirclean:
|
||||||
rm -rf $(BINUTILS_DIR2)
|
rm -rf $(BINUTILS_DIR2)
|
||||||
#############################################################
|
|
||||||
#
|
|
||||||
# Toplevel Makefile options
|
|
||||||
#
|
|
||||||
#############################################################
|
|
||||||
BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user