rpms/qc-usb Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/qc-usb
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsp21691/rpms/qc-usb
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module qc-usb
--- NEW FILE Makefile ---
# Top level Makefile for module qc-usb
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 1 month
rpms/qc-usb/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/qc-usb/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsp21691/rpms/qc-usb/devel
Log Message:
Directory /cvs/free/rpms/qc-usb/devel added to the repository
16 years, 1 month
rpms/qc-usb - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/qc-usb
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsp21691/rpms/qc-usb
Log Message:
Directory /cvs/free/rpms/qc-usb added to the repository
16 years, 1 month
rpms/ndiswrapper-kmod/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsr21516/rpms/ndiswrapper-kmod/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module ndiswrapper-kmod
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: ndiswrapper-kmod
# $Id: Makefile,v 1.1 2008/10/03 12:00:18 thl Exp $
NAME := ndiswrapper-kmod
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
16 years, 1 month
rpms/ndiswrapper-kmod Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ndiswrapper-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsr21516/rpms/ndiswrapper-kmod
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module ndiswrapper-kmod
--- NEW FILE Makefile ---
# Top level Makefile for module ndiswrapper-kmod
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 1 month
rpms/ndiswrapper-kmod/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ndiswrapper-kmod/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsr21516/rpms/ndiswrapper-kmod/devel
Log Message:
Directory /cvs/free/rpms/ndiswrapper-kmod/devel added to the repository
16 years, 1 month
rpms/ndiswrapper-kmod - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ndiswrapper-kmod
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsr21516/rpms/ndiswrapper-kmod
Log Message:
Directory /cvs/free/rpms/ndiswrapper-kmod added to the repository
16 years, 1 month
rpms/ndiswrapper/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ndiswrapper/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsz21341/rpms/ndiswrapper/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module ndiswrapper
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: ndiswrapper
# $Id: Makefile,v 1.1 2008/10/03 12:00:10 thl Exp $
NAME := ndiswrapper
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
16 years, 1 month
rpms/ndiswrapper Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ndiswrapper
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsz21341/rpms/ndiswrapper
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module ndiswrapper
--- NEW FILE Makefile ---
# Top level Makefile for module ndiswrapper
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 1 month
rpms/ndiswrapper/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ndiswrapper/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsz21341/rpms/ndiswrapper/devel
Log Message:
Directory /cvs/free/rpms/ndiswrapper/devel added to the repository
16 years, 1 month