Re: Weird code in scripts/kconfig/Makefile

2006-12-13 Thread Roman Zippel
Hi, On Tue, 12 Dec 2006, Pete Zaitcev wrote: > In 2.6.19 (and Linus' curent tree), I found the following: > > libpath=$$dir/lib; lib=qt; osdir=""; \ > $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \ > osdir=x$$($(HOSTCXX) -print-multi-os-directory); \ >

Re: Weird code in scripts/kconfig/Makefile

2006-12-12 Thread Jason Baron
On Tue, 12 Dec 2006, Pete Zaitcev wrote: > Hi, Roman & All: > > In 2.6.19 (and Linus' curent tree), I found the following: > > libpath=$$dir/lib; lib=qt; osdir=""; \ > $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \ > osdir=x$$($(HOSTCXX) -print-multi-

Weird code in scripts/kconfig/Makefile

2006-12-12 Thread Pete Zaitcev
Hi, Roman & All: In 2.6.19 (and Linus' curent tree), I found the following: libpath=$$dir/lib; lib=qt; osdir=""; \ $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \ osdir=x$$($(HOSTCXX) -print-multi-os-directory); \ test -d $$libpath/$$osdir && l