Update of /cvsroot/leaf/src/bering-uclibc/apps/linux-atm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7677
Modified Files: buildtool.mk Log Message: new patch by Martin to fix a path in the Makefile Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux-atm/buildtool.mk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** buildtool.mk 13 Mar 2006 19:27:30 -0000 1.3 --- buildtool.mk 13 Mar 2006 21:43:30 -0000 1.4 *************** *** 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 --- 13,19 ---- $(ATM_DIR)/.configured: $(ATM_DIR)/.source + perl -i -p -e 's,/usr/include/asm/errno.h,$(BT_STAGING_DIR)/include/asm/errno.h,g' $(ATM_DIR)/src/test/Makefile.in (cd $(ATM_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) CFLAGS="$(BT_COPT_FLAGS)" \ ./configure --prefix=/usr --sysconfdir=/etc --oldincludedir=$(BT_STAGING_DIR)/include ) 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