Update of /cvsroot/leaf/src/bering-uclibc/apps/linux-atm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7027

Modified Files:
        buildtool.mk 
Log Message:
fix so the source will not be compiled against the host errno.h file


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux-atm/buildtool.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.mk        20 Dec 2004 12:44:00 -0000      1.2
--- buildtool.mk        13 Mar 2006 19:27:30 -0000      1.3
***************
*** 13,17 ****
                          
  $(ATM_DIR)/.configured: $(ATM_DIR)/.source
!       (cd $(ATM_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) 
CFLAGS="$(BT_COPT_FLAGS)" ./configure --prefix=/usr --sysconfdir=/etc)
        touch $(ATM_DIR)/.configured
                                                                   
--- 13,19 ----
                          
  $(ATM_DIR)/.configured: $(ATM_DIR)/.source
!       (cd $(ATM_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) 
CFLAGS="$(BT_COPT_FLAGS)" \
!               ./configure --prefix=/usr --sysconfdir=/etc 
--oldincludedir=$(BT_STAGING_DIR)/include )
!       perl -i -p -e 's,^SUBDIRS(.*=.*)test(.*)$$,SUBDIRS $$1 $$2,g' 
$(ATM_DIR)/src/Makefile                   
        touch $(ATM_DIR)/.configured
                                                                   



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to