Re: [leaf-devel] ifdef platform_editor fails

2014-01-20 Thread KP Kirchdörfer
Hi Andrew; Am Sonntag, 19. Januar 2014, 21:23:32 schrieb Andrew: > Hi > This will be right: > > ifdef PLATFORM_EDITOR thx, that works! Changes committed to branch master for etc and busybox to enable busybox vi if PLATFORM_EDITOR:=vi kp > 19.01.2014 17:21, KP Kirchdörfer пишет: > > Hi > >

Re: [leaf-devel] ifdef platform_editor fails

2014-01-19 Thread Andrew
Hi This will be right: ifdef PLATFORM_EDITOR 19.01.2014 17:21, KP Kirchdörfer пишет: > Hi > > this syntax does not work any longer for me: > > in /etc/buildtool.mk: > > echo $(PLATFORM_EDITOR) > echo profile-$(PLATFORM_EDITOR) > ifdef $(PLATFORM_EDITOR) > cp -aL profile-$(PLATFORM_EDITO

[leaf-devel] ifdef platform_editor fails

2014-01-19 Thread KP Kirchdörfer
Hi this syntax does not work any longer for me: in /etc/buildtool.mk: echo $(PLATFORM_EDITOR) echo profile-$(PLATFORM_EDITOR) ifdef $(PLATFORM_EDITOR)