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_EDITOR) $(ETC_TARGET_DIR)/etc/profile         
                                                    
else                                                                            
                                                    
        cp -aL profile $(ETC_TARGET_DIR)/etc/profile                            
                                                    
endif   

I see: 

echo nano
nano
echo profile-nano
profile-nano
cp -aL profile /opt/buildtool-master/build/armv6zk-unknown-linux-
uclibcgnueabi/etc/etc/profile

I can workaround, but it feels wrong... and I'm afraid it could affect more 
than this.

kp

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to