Update of /cvsroot/leaf/src/bering-uclibc/contrib/commandir
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14596

Added Files:
        buildtool.cfg buildtool.mk commandir-1.4.0.tar.bz2 
Log Message:
Kernel modules for CommandIR (multi-function IR interface).


--- NEW FILE: buildtool.mk ---
include $(MASTERMAKEFILE)

COMMANDIR_DIR:=commandir-1.4.0
STRIP_OPTIONS=--strip-debug

.source:
        bzcat $(COMMANDIR_SOURCE) | tar -xvf -  
        touch .source

source: .source

.build: .source
        mkdir -p $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc
        $(MAKE) -C $(COMMANDIR_DIR) CC=$(TARGET_CC) DEFINES="$(BT_COPT_FLAGS)" 
KERNEL_VERSION=$(BT_KERNEL_RELEASE) KERNEL_SRC_DIR=$(BT_LINUX_DIR) 
KERNEL_PATCHLEVEL=2.4
        cp $(COMMANDIR_DIR)/commandir.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc/
        $(BT_STRIP) $(STRIP_OPTIONS) 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc/commandir.o
        $(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
        touch .build

build: .build

clean:
        rm -f 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc/commandir.o
        -rmdir $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/misc
        $(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
        -$(MAKE) -C $(COMMANDIR_DIR) clean 
        rm -f .build

srcclean: clean
        rm -rf $(COMMANDIR_DIR)
        rm -f .source

--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
        Server = cvs-contrib-sourceforge
        Revision = HEAD
        Directory = commandir
</File>

<File commandir-1.4.0.tar.bz2>
        Server = cvs-contrib-sourceforge
        Revision = HEAD
        Directory = commandir
        envname = COMMANDIR_SOURCE
</File>

--- NEW FILE: commandir-1.4.0.tar.bz2 ---
(This appears to be a binary file; contents omitted.)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to