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
> >
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
Hi
this syntax does not work any longer for me:
in /etc/buildtool.mk:
echo $(PLATFORM_EDITOR)
echo profile-$(PLATFORM_EDITOR)
ifdef $(PLATFORM_EDITOR)