remove the now unused Target-Kernel field from the target metadata
SVN-Revision: 27033
This commit is contained in:
@@ -202,7 +202,6 @@ define BuildTargets/DumpCurrent
|
|||||||
dumpinfo:
|
dumpinfo:
|
||||||
@echo 'Target: $(TARGETID)'; \
|
@echo 'Target: $(TARGETID)'; \
|
||||||
echo 'Target-Board: $(BOARD)'; \
|
echo 'Target-Board: $(BOARD)'; \
|
||||||
echo 'Target-Kernel: $(KERNEL)'; \
|
|
||||||
echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),$(if $(SUBTARGET),))'; \
|
echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),$(if $(SUBTARGET),))'; \
|
||||||
echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \
|
echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \
|
||||||
echo 'Target-Arch: $(ARCH)'; \
|
echo 'Target-Arch: $(ARCH)'; \
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ sub parse_target_metadata() {
|
|||||||
$target->{parent} = $target{$1};
|
$target->{parent} = $target{$1};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/^Target-Kernel:\s*(\d+\.\d+)\s*$/ and $target->{kernel} = $1;
|
|
||||||
/^Target-Name:\s*(.+)\s*$/ and $target->{name} = $1;
|
/^Target-Name:\s*(.+)\s*$/ and $target->{name} = $1;
|
||||||
/^Target-Path:\s*(.+)\s*$/ and $target->{path} = $1;
|
/^Target-Path:\s*(.+)\s*$/ and $target->{path} = $1;
|
||||||
/^Target-Arch:\s*(.+)\s*$/ and $target->{arch} = $1;
|
/^Target-Arch:\s*(.+)\s*$/ and $target->{arch} = $1;
|
||||||
|
|||||||
Reference in New Issue
Block a user