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

Modified Files:
        buildtool.mk 
Log Message:
- fixed klogd compiling (include/linux/version.h not found) 


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/sysklogd/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        15 Apr 2004 20:25:51 -0000      1.1
--- buildtool.mk        24 Apr 2004 03:08:43 -0000      1.2
***************
*** 20,27 ****
        $(MAKE) -C $(SYSKLOGD_DIR)      \
                                CC=$(TARGET_CC)  \
!                               CFLAGS="$(BT_COPT_FLAGS) -Wall -DSYSV 
-fomit-frame-pointer -fno-strength-reduce" \
                                LDFLAGS="" 
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSKLOGD_DIR)/syslogd 
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSKLOGD_DIR)/klogd
        cp -a  $(SYSKLOGD_DIR)/syslogd  $(SYSKLOGD_TARGET_DIR)/
        cp -a  $(SYSKLOGD_DIR)/klogd  $(SYSKLOGD_TARGET_DIR)/   
--- 20,28 ----
        $(MAKE) -C $(SYSKLOGD_DIR)      \
                                CC=$(TARGET_CC)  \
!                               CFLAGS="$(BT_COPT_FLAGS) -Wall -DSYSV 
-fomit-frame-pointer -fno-strength-reduce -I$(BT_LINUX_DIR)/include" \
                                LDFLAGS="" 
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSKLOGD_DIR)/syslogd 
        -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSKLOGD_DIR)/klogd
+       mkdir -p $(BT_STAGING_DIR)/sbin
        cp -a  $(SYSKLOGD_DIR)/syslogd  $(SYSKLOGD_TARGET_DIR)/
        cp -a  $(SYSKLOGD_DIR)/klogd  $(SYSKLOGD_TARGET_DIR)/   



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to