代码搜索结果
找到约 8,431 项符合
RF 的代码
makefile
obj-m := usb-skeleton.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tm
.clean
#!/bin/sh
rm -rf */OBJ */*/OBJ libs/* incs/*
rm -f core */core */*/core
rm -f .EDT* */.EDT* */*/.EDT*
rm -f .vedt* */.vedt* */*/.vedt*
rm -f *.bak */*.bak */*/*.bak
rm -f */tags */*/tags
rm -f */TAGS
subdir.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ mkdir subdir
$ cat > subdir/file
< old file
$ quilt new test.patch
> Patch %{P}test.patch is now on top
$ quilt add subdir/file
> File subdir/file
delete.test
Test the delete command.
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ quilt delete
> No patches in series
$ cat > test.txt
< Calling pci_match_id() would be more feasible.
$ quilt new test1
>
applied.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo a > a
$ echo b > b
$ diff -u a b > patches/patch
$ echo patch -p0 > patches/series
$ rm -f b
$ quilt push -q
> Applying patch patches/patch
>
makefile
obj-m := usb-skeleton.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tm
makefile
obj-m := usb-skeleton.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tm
makefile
obj-m := usb-skeleton.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tm
makefile
obj-m := usb-skeleton.o
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
clean:
rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .tm
gaclass.cpp
#include "StdAfx.h"
#include "GAClass.h"
#include
//public:
CGenAlg::CGenAlg(pop pp,IniData ini,ReportFormat RF,CEdit &m_edit)
{
//
this->pp=pp;
/*this->ini.crossrate=ini.cro