mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
uclibc: fixup more unicode madness
This should be @D, and not some kind of funky unicode character. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1aced6c48d
commit
c7528e5d0b
@ -114,7 +114,7 @@ ifeq ($(UCLIBC_TARGET_ARCH),sh)
|
|||||||
UCLIBC_SH_TYPE = CONFIG_$(call qstrip,$(BR2_UCLIBC_SH_TYPE))
|
UCLIBC_SH_TYPE = CONFIG_$(call qstrip,$(BR2_UCLIBC_SH_TYPE))
|
||||||
define UCLIBC_SH_TYPE_CONFIG
|
define UCLIBC_SH_TYPE_CONFIG
|
||||||
$(SED) '/CONFIG_SH[234A]*/d' $(@D)/.config
|
$(SED) '/CONFIG_SH[234A]*/d' $(@D)/.config
|
||||||
$(call UCLIBC_OPT_SET,$(UCLIBC_SH_TYPE),y,$(@Ð))
|
$(call UCLIBC_OPT_SET,$(UCLIBC_SH_TYPE),y,$(@D))
|
||||||
endef
|
endef
|
||||||
endif # sh
|
endif # sh
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ ifeq ($(UCLIBC_TARGET_ARCH),sparc)
|
|||||||
UCLIBC_SPARC_TYPE = CONFIG_SPARC_$(call qstrip,$(BR2_UCLIBC_SPARC_TYPE))
|
UCLIBC_SPARC_TYPE = CONFIG_SPARC_$(call qstrip,$(BR2_UCLIBC_SPARC_TYPE))
|
||||||
define UCLIBC_SPARC_TYPE_CONFIG
|
define UCLIBC_SPARC_TYPE_CONFIG
|
||||||
$(SED) 's/^\(CONFIG_[^_]*[_]*SPARC[^=]*\)=.*/# \1 is not set/g' \
|
$(SED) 's/^\(CONFIG_[^_]*[_]*SPARC[^=]*\)=.*/# \1 is not set/g' \
|
||||||
$(@Ð)/.config
|
$(@D)/.config
|
||||||
$(call UCLIBC_OPT_SET,$(UCLIBC_SPARC_TYPE),y,$(@D))
|
$(call UCLIBC_OPT_SET,$(UCLIBC_SPARC_TYPE),y,$(@D))
|
||||||
endef
|
endef
|
||||||
endif # sparc
|
endif # sparc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user