Update of /cvsroot/leaf/src/bering-uclibc/apps/bridge-utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31257

Modified Files:
        buildtool.mk 
Log Message:
this is the correct mk file :(


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/bridge-utils/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        16 Jul 2004 23:11:43 -0000      1.1
--- buildtool.mk        16 Jul 2004 23:54:30 -0000      1.2
***************
*** 1,94 ****
! <Server cvs-sourceforge>
!   Type = viewcvs
!   Name = cvs.sourceforge.net/cgi-bin/viewcvs.cgi
!   Serverpath = /leaf/src/bering-uclibc/apps
! </Server>
!       
! <File buildtool.mk>
!   Server = cvs-sourceforge
!   Revision = HEAD
!   Directory = bridge-utils
! </File>
!                  
! <File bridge-utils_0.9.6.orig.tar.gz>
!   Server = cvs-sourceforge
!   Revision = HEAD
!   envname = BRIDGE-UTILS_SOURCE
!   Directory = bridge-utils
! </File>
! 
! <File bridge-utils_0.9.6-4.diff.gz>
!   Server = cvs-sourceforge
!   Revision = HEAD
!   envname = BRIDGE-UTILS_PATCH1
!   directory = bridge-utils
! </File>
! 
! <File bridge_if-up>
!   Server = cvs-sourceforge
!   Revision = HEAD
!   Directory = bridge-utils
! </File>
! 
! <File bridge_if-post-down>
!   Server = cvs-sourceforge
!   Revision = HEAD
!   Directory = bridge-utils
! </File>
! 
! <File bridge_if-pre-up>
!   Server = cvs-sourceforge
!   Revision = HEAD
!   Directory = bridge-utils
! </File>
  
  
! <Package>
!       <bridge>
!               Version = 0.9.6
!               Revision = 1
  
!               Help <<EOF
!               Utilities for configuring the Linux 2.4 bridge
!               Homepage: http://bridge.sourceforge.net
!               LEAF package by __PACKAGER__, __BUILDDATE__             
!               EOF
!               
!               <Permissions>
!                       Files = 644
!                       Directories = 755
!               </Permissions>
  
!               <Owner>
!                       Files = root:root
!                       Directories = root:root
!               </Owner>
!               
!               <Contents>
!                       <File>          
!                               Source          = usr/sbin/brctl
!                               Filename        = usr/sbin/brctl
!                               Type            = binary
!                               Permissions = 755
!                       </File>         
!                       <File>          
!                               Source          = etc/network/if-pre-up.d/bridge
!                               Filename        = etc/network/if-pre-up.d/bridge
!                               Type            = binary
!                               Permissions = 755
!                       </File>         
!                       <File>          
!                               Source          = etc/network/if-post-down.d/bridge
!                               Filename        = etc/network/if-post-down.d/bridge
!                               Type            = binary
!                               Permissions = 755
!                       </File>         
!                       <File>          
!                               Source          = etc/network/if-up.d/bridge
!                               Filename        = etc/network/if-up.d/bridge
!                               Type            = binary
!                               Permissions = 755
!                       </File>         
!               </Contents>                     
!       </bridge>
! </Package>
--- 1,43 ----
! # makefile for bridge
! include $(MASTERMAKEFILE)
  
+ BRIDGE-UTILS_DIR:=bridge-utils-0.9.6.orig
+ BRIDGE-UTILS_TARGET_DIR:=$(BT_BUILD_DIR)/bridge
  
! $(BRIDGE-UTILS_DIR)/.source:
!       zcat $(BRIDGE-UTILS_SOURCE) | tar -xvf -
!       zcat $(BRIDGE-UTILS_PATCH1) | patch -d $(BRIDGE-UTILS_DIR) -p1
!       touch $(BRIDGE-UTILS_DIR)/.source
  
! source: $(BRIDGE-UTILS_DIR)/.source
!                         
! $(BRIDGE-UTILS_DIR)/.configured: $(BRIDGE-UTILS_DIR)/.source
!       (cd $(BRIDGE-UTILS_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) CFLAGS="-Os" 
./configure --prefix=/usr )
!       touch $(BRIDGE-UTILS_DIR)/.configured
!                                                                  
! $(BRIDGE-UTILS_DIR)/.build: $(BRIDGE-UTILS_DIR)/.configured
!       mkdir -p $(BRIDGE-UTILS_TARGET_DIR)
!       mkdir -p $(BRIDGE-UTILS_TARGET_DIR)/usr/sbin
!       mkdir -p $(BRIDGE-UTILS_TARGET_DIR)/etc/network/if-pre-up.d
!       mkdir -p $(BRIDGE-UTILS_TARGET_DIR)/etc/network/if-post-down.d
!       mkdir -p $(BRIDGE-UTILS_TARGET_DIR)/etc/network/if-up.d
!       make -C $(BRIDGE-UTILS_DIR) all  
!       -$(BT_STRIP) --remove-section=.note --remove-section=.comment 
$(BRIDGE-UTILS_DIR)/brctl/brctl
!       cp -a $(BRIDGE-UTILS_DIR)/brctl/brctl $(BRIDGE-UTILS_TARGET_DIR)/usr/sbin
!       cp -a bridge_if-pre-up 
$(BRIDGE-UTILS_TARGET_DIR)/etc/network/if-pre-up.d/bridge        
!       cp -a bridge_if-post-down 
$(BRIDGE-UTILS_TARGET_DIR)/etc/network/if-post-down.d/bridge
!       cp -a bridge_if-up $(BRIDGE-UTILS_TARGET_DIR)/etc/network/if-up.d/bridge
!       cp -a $(BRIDGE-UTILS_TARGET_DIR)/* $(BT_STAGING_DIR)
!       touch $(BRIDGE-UTILS_DIR)/.build
  
! build: $(BRIDGE-UTILS_DIR)/.build
!                                                                                      
    
! clean:
!       make -C $(BRIDGE-UTILS_DIR) clean
!       rm -rf $(BRIDGE-UTILS_TARGET_DIR)
!       rm $(BRIDGE-UTILS_DIR)/.build
!       rm $(BRIDGE-UTILS_DIR)/.configured
!                                                                                      
                            
! srcclean: clean
!       rm -rf $(BRIDGE-UTILS_DIR) 
!       rm $(BRIDGE-UTILS_DIR)/.source



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to