Update of /cvsroot/leaf/src/bering-uclibc/apps/openvpn
In directory sc8-pr-cvs1:/tmp/cvs-serv5566

Modified Files:
        buildtool.mk 
Log Message:
Changed processor optimizations (gained 5%)
Fully implemented makefile


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openvpn/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        15 Jan 2004 13:42:46 -0000      1.1
--- buildtool.mk        15 Jan 2004 18:03:08 -0000      1.2
***************
*** 21,31 ****
        (cd $(OPENVPN_DIR); \
                rm -rf config.cache; \
!               CFLAGS=-O2 \
                CC=$(TARGET_CC) \
                LD=$(TARGET_LD) \
                ./configure \
-                       --build=i386-pc-linux-gnu \
-                       --host=i386-pc-linux-gnu \
-                       --target=i386-pc-linux-gnu \
                        --with-ssl-headers=$(BT_STAGING_DIR)/include/openssl \
                        --with-ssl-lib=$(BT_STAGING_DIR)/lib \
--- 21,28 ----
        (cd $(OPENVPN_DIR); \
                rm -rf config.cache; \
!               CFLAGS="-O2 -march=i486" \
                CC=$(TARGET_CC) \
                LD=$(TARGET_LD) \
                ./configure \
                        --with-ssl-headers=$(BT_STAGING_DIR)/include/openssl \
                        --with-ssl-lib=$(BT_STAGING_DIR)/lib \
***************
*** 54,58 ****
                cp openvpn.conf $(BT_STAGING_DIR)/etc/openvpn/
                cp openvpn $(BT_STAGING_DIR)/etc/init.d/                
!               cp $(OPENVPN_TARGET_DIR)/usr/sbin/i386-pc-linux-gnu-openvpn 
$(BT_STAGING_DIR)/usr/sbin/openvpn
  
  clean:
--- 51,55 ----
                cp openvpn.conf $(BT_STAGING_DIR)/etc/openvpn/
                cp openvpn $(BT_STAGING_DIR)/etc/init.d/                
!               cp $(OPENVPN_TARGET_DIR)/usr/sbin/openvpn 
$(BT_STAGING_DIR)/usr/sbin/openvpn
  
  clean:
***************
*** 63,65 ****
--- 60,65 ----
  srcclean:
        rm -rf $(OPENVPN_DIR)
+       rm -rf $(BT_STAGING_DIR)/etc/openvpn
+       rm -f  $(BT_STAGING_DIR)/etc/init.d/openvpn
+       rm -f $(BT_STAGING_DIR)/usr/sbin/openvpn
  




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to