Update of /cvsroot/leaf/src/bering-uclibc/apps/sysvinit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27816

Modified Files:
        buildtool.mk 
Log Message:
update to busybox version 1.4.0

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/sysvinit/buildtool.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.mk        20 Jan 2007 20:47:29 -0000      1.6
--- buildtool.mk        23 Jan 2007 22:10:14 -0000      1.7
***************
*** 20,37 ****
        mkdir -p $(SYSVINIT_TARGET_DIR)
        $(MAKE) -C $(SYSVINIT_DIR)/src CC=$(TARGET_CC) CFLAGS="$(BT_COPT_FLAGS) 
-Wall -D_GNU_SOURCE" DISTRO=Debian
!       (cd  $(SYSVINIT_DIR)/contrib; $(TARGET_CC) -Wall -Os -o 
start-stop-daemon start-stop-daemon.c)
!       -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/halt
!       -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/init
!       -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/killall5
!       -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/runlevel
!       -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/shutdown
!       -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/contrib/start-stop-daemon
  
        cp $(SYSVINIT_DIR)/src/halt $(SYSVINIT_TARGET_DIR)
        cp $(SYSVINIT_DIR)/src/init $(SYSVINIT_TARGET_DIR)
!       cp $(SYSVINIT_DIR)/src/killall5 $(SYSVINIT_TARGET_DIR)
        cp $(SYSVINIT_DIR)/src/runlevel $(SYSVINIT_TARGET_DIR)
        cp $(SYSVINIT_DIR)/src/shutdown $(SYSVINIT_TARGET_DIR)
!       cp $(SYSVINIT_DIR)/contrib/start-stop-daemon $(SYSVINIT_TARGET_DIR)
        -mkdir -p $(BT_STAGING_DIR)/sbin 
        cp -a  $(SYSVINIT_TARGET_DIR)/* $(BT_STAGING_DIR)/sbin/
--- 20,37 ----
        mkdir -p $(SYSVINIT_TARGET_DIR)
        $(MAKE) -C $(SYSVINIT_DIR)/src CC=$(TARGET_CC) CFLAGS="$(BT_COPT_FLAGS) 
-Wall -D_GNU_SOURCE" DISTRO=Debian
! #     (cd  $(SYSVINIT_DIR)/contrib; $(TARGET_CC) -Wall -Os -o 
start-stop-daemon start-stop-daemon.c)
!       -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/halt
!       -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/init
!       -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/killall5
!       -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/runlevel
!       -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/shutdown
! #     -$(BT_STRIP) $(BT_STRIP_BINOPTS) 
$(SYSVINIT_DIR)/contrib/start-stop-daemon
  
        cp $(SYSVINIT_DIR)/src/halt $(SYSVINIT_TARGET_DIR)
        cp $(SYSVINIT_DIR)/src/init $(SYSVINIT_TARGET_DIR)
! #     cp $(SYSVINIT_DIR)/src/killall5 $(SYSVINIT_TARGET_DIR)
        cp $(SYSVINIT_DIR)/src/runlevel $(SYSVINIT_TARGET_DIR)
        cp $(SYSVINIT_DIR)/src/shutdown $(SYSVINIT_TARGET_DIR)
! #     cp $(SYSVINIT_DIR)/contrib/start-stop-daemon $(SYSVINIT_TARGET_DIR)
        -mkdir -p $(BT_STAGING_DIR)/sbin 
        cp -a  $(SYSVINIT_TARGET_DIR)/* $(BT_STAGING_DIR)/sbin/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to