|
|
@@ -359,7 +359,7 @@ endif
|
|
|
|
|
|
define BuildTargets/DumpCurrent
|
|
|
.PHONY: dumpinfo
|
|
|
- dumpinfo : export DESCRIPTION=$$(Target/Description)
|
|
|
+ dumpinfo: $(call shexport,Target/Description)
|
|
|
dumpinfo:
|
|
|
@echo 'Target: $(TARGETID)'; \
|
|
|
echo 'Target-Board: $(BOARD)'; \
|
|
|
@@ -376,7 +376,7 @@ define BuildTargets/DumpCurrent
|
|
|
echo 'Linux-Kernel-Arch: $(LINUX_KARCH)'; \
|
|
|
$(if $(SUBTARGET),,$(if $(DEFAULT_SUBTARGET), echo 'Default-Subtarget: $(DEFAULT_SUBTARGET)'; )) \
|
|
|
echo 'Target-Description:'; \
|
|
|
- echo "$$$$DESCRIPTION"; \
|
|
|
+ echo "$$$$$(call shvar,Target/Description);"; \
|
|
|
echo '@@'; \
|
|
|
$(if $(DEFAULT_PROFILE),echo 'Target-Default-Profile: $(DEFAULT_PROFILE)';) \
|
|
|
echo 'Default-Packages: $(DEFAULT_PACKAGES)'; \
|