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

Modified Files:
        buildtool.mk issue.mgetty mgetty.txt 
Log Message:
corrected patching

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mgetty/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        17 Dec 2004 17:56:45 -0000      1.1
--- buildtool.mk        18 Dec 2004 12:34:34 -0000      1.2
***************
*** 17,30 ****
  source: $(MGETTY_DIR)/.source
                          
! $(MGETTY_DIR)/.configured: $(MGETTY_DIR)/.source
! #     (cd $(MGETTY_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) ./configure)
!       touch $(MGETTY_DIR)/.configured
!                                                                  
! $(MGETTY_DIR)/.build: $(MGETTY_DIR)/.configured
  
        @for file in $(patches); do \
        if [ ! -f $(patchdir)/$$file.stamp ]; then \
                echo Applying $$file...; \
!               patch -p1 < $(patchdir)/$$file; \
                touch $(patchdir)/$$file.stamp; \
        fi; \
--- 17,27 ----
  source: $(MGETTY_DIR)/.source
                          
! $(MGETTY_DIR)/.build: $(MGETTY_DIR)/.source
  
+       cd $(MGETTY_DIR)/
        @for file in $(patches); do \
        if [ ! -f $(patchdir)/$$file.stamp ]; then \
                echo Applying $$file...; \
!               cat $(patchdir)/$$file | patch -d $(MGETTY_DIR) -p1; \
                touch $(patchdir)/$$file.stamp; \
        fi; \
***************
*** 32,35 ****
--- 29,33 ----
        
        -cp $(MGETTY_DIR)/debian/policy.h $(MGETTY_DIR)/debian/voice-defs.h 
$(MGETTY_DIR)
+ 
        mkdir -p $(MGETTY_TARGET_DIR)
        mkdir -p $(MGETTY_TARGET_DIR)/etc/
***************
*** 39,43 ****
        mkdir -p $(MGETTY_TARGET_DIR)/usr/sbin
        mkdir -p $(MGETTY_TARGET_DIR)/usr/bin           
!       make -C $(MGETTY_DIR) 
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(MGETTY_DIR)/mgetty   
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(MGETTY_DIR)/newslock
--- 37,42 ----
        mkdir -p $(MGETTY_TARGET_DIR)/usr/sbin
        mkdir -p $(MGETTY_TARGET_DIR)/usr/bin           
!       make CC=$(TARGET_CC) CFLAGS="$(BT_COPT_FLAGS) -Wall -pipe -DAUTO_PPP 
-DFIFO" \
!       SHELL=/bin/sh -C $(MGETTY_DIR) 
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(MGETTY_DIR)/mgetty   
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(MGETTY_DIR)/newslock

Index: mgetty.txt
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mgetty/mgetty.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mgetty.txt  19 Oct 2003 09:42:11 -0000      1.1
--- mgetty.txt  18 Dec 2004 12:34:36 -0000      1.2
***************
*** 1,5 ****
- Source(s):
- mgetty_1.1.30-5.1
- 
  Compile:
  ./mgetty.mk
--- 1,2 ----

Index: issue.mgetty
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mgetty/issue.mgetty,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** issue.mgetty        17 Dec 2004 17:56:45 -0000      1.1
--- issue.mgetty        18 Dec 2004 12:34:35 -0000      1.2
***************
*** 1 ****
! LEAF Bering_uClibc/\s \P \S (\I)
--- 1 ----
! LEAF Bering-uClibc/\s \P \S (\I)



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to