Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cfd57a005 | ||
|
|
419bbdab68 | ||
|
|
e58fbbeafc | ||
|
|
f2db33b68c | ||
|
|
86070e90b9 | ||
|
|
7af0bc8d86 | ||
|
|
5975a2b463 | ||
|
|
da0f9abc3c | ||
|
|
d79fe3dc6e | ||
|
|
65731ce2ca | ||
|
|
1171bac678 | ||
|
|
191653fcce | ||
|
|
e47e650a68 | ||
|
|
aa44db284a | ||
|
|
8ba4392a46 | ||
|
|
1eb58e54ff | ||
|
|
07e3e2478b | ||
|
|
07ddc5f7af | ||
|
|
688eba8511 | ||
|
|
9ff47e7a5d |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: abby
|
||||
# $Id$
|
||||
NAME := abby
|
||||
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 @@
|
|||
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.
|
||||
0
sources
0
sources
Reference in a new issue