Compare commits
26 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f259c291e | ||
|
|
54d0874346 | ||
|
|
30f66f1830 | ||
|
|
d6074e82e3 | ||
|
|
78d3903ddb | ||
|
|
efe3b8c713 | ||
|
|
3a1db30cd2 | ||
|
|
0414f68fd6 | ||
|
|
e003fe1e25 | ||
|
|
fec80d4cb8 | ||
|
|
ec22c07490 | ||
|
|
e90020627d | ||
|
|
ca4d1b4a37 | ||
|
|
fc954e29a4 | ||
|
|
6f8ac8202e | ||
|
|
92d46b42d9 | ||
|
|
85fe604a63 | ||
|
|
929dcf712b | ||
|
|
23bee07305 | ||
|
|
7edf0cda1a | ||
|
|
60d9135fe7 | ||
|
|
132cf7498d | ||
|
|
73544eeafb | ||
|
|
4b6eebdd17 | ||
|
|
3678cce316 | ||
|
|
ba1d6c2b31 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: yum-cron
|
||||
# $Id$
|
||||
NAME := yum-cron
|
||||
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)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Moved into the yum package.
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue