ncurses Build

bora.sahin at ttnet.net.tr bora.sahin at ttnet.net.tr
Tue Jan 17 17:09:25 UTC 2006


Hi,

While I were examining package/ncurses/ncurses.mk, I ran into the following 
statement at line 121
                $(TARGET_DIR)/usr/lib/libncurses.a: 
$(STAGING_DIR)/lib/libncurses.a
                ...
121             (cd $(TARGET_DIR)/usr/lib; ln -fs /usr/share/terminfo)

It sym links to my host rootfs' terminfo databases. Isnt it
                (cd $(TARGET_DIR)/usr/lib; ln -fs 
$(TARGET_DIR)/usr/share/terminfo) or is there any other rationale here?..

Thanks...

Ps: I am using buildroot-20051220.tar.bz2...

--
Bora SAHIN



More information about the uClibc mailing list