X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=blobdiff_plain;f=include%2Ftarget.mk;h=f7284d0eb5f78eca82e2ca45cab2e11097248ee8;hp=851ce3e4a2eaa2145ded66bb1d90dbbf4e9818f7;hb=6ddca3a3615501264db83098f01834cfb4b1aefd;hpb=60fc6610bef5843e212e759423a49d80b6af40d3 diff --git a/include/target.mk b/include/target.mk index 851ce3e4a2..f7284d0eb5 100644 --- a/include/target.mk +++ b/include/target.mk @@ -279,7 +279,6 @@ define BuildTargets/DumpCurrent @echo 'Target: $(TARGETID)'; \ echo 'Target-Board: $(BOARD)'; \ echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGETS),$(if $(SUBTARGET),))'; \ - echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \ echo 'Target-Arch: $(ARCH)'; \ echo 'Target-Arch-Packages: $(if $(ARCH_PACKAGES),$(ARCH_PACKAGES),$(ARCH)$(if $(CPU_TYPE),_$(CPU_TYPE))$(if $(CPU_SUBTYPE),_$(CPU_SUBTYPE)))'; \ echo 'Target-Features: $(FEATURES)'; \