Compare commits
16 commits
epel10
...
epel8-play
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9de5c9e48 | ||
|
|
f90de60ae7 | ||
|
|
0ba7ee3cbd | ||
|
|
b25e34332f | ||
|
|
5728f70527 | ||
|
|
91ece4cc22 | ||
|
|
9444003552 | ||
|
|
5b72b8d89b | ||
|
|
6d03a12ecb | ||
|
|
e26fae61b9 | ||
|
|
57036bfd91 | ||
|
|
a22cc24750 | ||
|
|
e98c609e48 | ||
|
|
66b562b306 | ||
|
|
e65f7f3d23 | ||
|
|
982f5c4c9f |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: epel-release
|
||||
# $Id$
|
||||
NAME := epel-release
|
||||
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 @@
|
|||
epel8-playground decommissioned : https://pagure.io/epel/issue/136
|
||||
0
sources
0
sources
Reference in a new issue