mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-30 16:14:01 +00:00
Merge branch 'export-quote-walkaround' of https://github.com/persmule/heads
This commit is contained in:
commit
b2868cf3cf
3
Makefile
3
Makefile
@ -427,7 +427,8 @@ $(build)/$(BOARD)/tools.cpio: \
|
|||||||
mkdir -p "$(initrd_dir)/etc" ; \
|
mkdir -p "$(initrd_dir)/etc" ; \
|
||||||
export \
|
export \
|
||||||
| grep ' CONFIG_' \
|
| grep ' CONFIG_' \
|
||||||
| sed 's/^declare -x /export /' \
|
| sed -e 's/^declare -x /export /' \
|
||||||
|
-e 's/\\\"//g' \
|
||||||
> "$(initrd_dir)/etc/config" \
|
> "$(initrd_dir)/etc/config" \
|
||||||
)
|
)
|
||||||
$(call do-cpio,$@,$(initrd_dir))
|
$(call do-cpio,$@,$(initrd_dir))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user