Update of /cvsroot/leaf/src/bering-uclibc4/source/libnl
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25850

Modified Files:
        buildtool.mk 
Log Message:
Fixed makefile


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/libnl/buildtool.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.mk        9 Aug 2010 19:02:37 -0000       1.6
--- buildtool.mk        12 Aug 2010 12:21:01 -0000      1.7
***************
*** 21,34 ****
        mkdir -p $(LIBNL_TARGET_DIR)
        DEPFLAGS="-I$(BT_STAGING_DIR)/include" make -C $(LIBNL_DIR) all
-       $(BT_STRIP)  --strip-unneeded $(LIBNL_DIR)/lib/libnl.so.1.1 
        mkdir -p $(LIBNL_TARGET_DIR)/usr/lib
        mkdir -p $(LIBNL_TARGET_DIR)/usr/include
!       cp -a $(LIBNL_DIR)/lib/*so* $(LIBNL_TARGET_DIR)/usr/lib
        cp -ar $(LIBNL_DIR)/include $(LIBNL_TARGET_DIR)/usr
!       $(BT_STRIP) $(BT_STRIP_LIBOPTS) $(LIBNL_DIR)/lib/libnl.so.1.1 
!       -rm -f $(LIBNL_TARGET_DIR)/usr/lib/Makefile
        -rm -f $(LIBNL_TARGET_DIR)/usr/include/Makefile
!       cp -a -f $(LIBNL_TARGET_DIR)/usr/lib/* $(BT_STAGING_DIR)/usr/lib/
!       cp -ar -f $(LIBNL_TARGET_DIR)/usr/include/netlink/* 
$(BT_STAGING_DIR)/usr/include
  
        touch $(LIBNL_DIR)/.build
--- 21,31 ----
        mkdir -p $(LIBNL_TARGET_DIR)
        DEPFLAGS="-I$(BT_STAGING_DIR)/include" make -C $(LIBNL_DIR) all
        mkdir -p $(LIBNL_TARGET_DIR)/usr/lib
        mkdir -p $(LIBNL_TARGET_DIR)/usr/include
!       cp -a $(LIBNL_DIR)/lib/*.so* $(LIBNL_TARGET_DIR)/usr/lib
        cp -ar $(LIBNL_DIR)/include $(LIBNL_TARGET_DIR)/usr
!       $(BT_STRIP) $(BT_STRIP_LIBOPTS) 
$(LIBNL_TARGET_DIR)/usr/lib/libnl.so.1.1 
        -rm -f $(LIBNL_TARGET_DIR)/usr/include/Makefile
!       cp -a -f $(LIBNL_TARGET_DIR)/* $(BT_STAGING_DIR)
  
        touch $(LIBNL_DIR)/.build


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to