Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
068a32940f | ||
|
|
0628f828ea | ||
|
|
5c0b39226b | ||
|
|
419c693e8c | ||
|
|
8a7597d8c2 | ||
|
|
0346a74608 | ||
|
|
6e0df7d7c0 | ||
|
|
40514bfe47 | ||
|
|
75ddcb68ff | ||
|
|
21d8f64cfb | ||
|
|
4eeb6156b3 | ||
|
|
2210636845 | ||
|
|
976883568f | ||
|
|
bec4bafd82 | ||
|
|
cbc1bda9b9 | ||
|
|
f5372a54e9 | ||
|
|
02e36ce276 | ||
|
|
ee5c5b8f32 | ||
|
|
8fa1dc3b5c | ||
|
|
b7f3b1b4d9 | ||
|
|
79efd6f6ce | ||
|
|
e5f3b1b262 | ||
|
|
d60d2758ba | ||
|
|
8f0702e6f0 |
4 changed files with 2 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: ale
|
||||
# $Id$
|
||||
NAME := ale
|
||||
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)
|
||||
2
dead.package
Normal file
2
dead.package
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
2015-04-13: Retired orphaned package, because it was orphaned for more than six weeks.
|
||||
|
||||
0
sources
0
sources
Reference in a new issue