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))
|
||||
define UCLIBC_SH_TYPE_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
|
||||
endif # sh
|
||||
|
||||
@ -126,7 +126,7 @@ ifeq ($(UCLIBC_TARGET_ARCH),sparc)
|
||||
UCLIBC_SPARC_TYPE = CONFIG_SPARC_$(call qstrip,$(BR2_UCLIBC_SPARC_TYPE))
|
||||
define UCLIBC_SPARC_TYPE_CONFIG
|
||||
$(SED) 's/^\(CONFIG_[^_]*[_]*SPARC[^=]*\)=.*/# \1 is not set/g' \
|
||||
$(@Ð)/.config
|
||||
$(@D)/.config
|
||||
$(call UCLIBC_OPT_SET,$(UCLIBC_SPARC_TYPE),y,$(@D))
|
||||
endef
|
||||
endif # sparc
|
||||
|
Loading…
Reference in New Issue
Block a user