Compare commits
42 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98d4153fd2 | ||
|
|
4b643753ee | ||
|
|
7191323d87 | ||
|
|
6bb76fc2a8 | ||
|
|
6b9ae4b34e | ||
|
|
d677b09796 | ||
|
|
61ca77cb6c | ||
|
|
03edd535e2 | ||
|
|
929549b45e | ||
|
|
a9308ac6c0 | ||
|
|
46b9fc9c5c | ||
|
|
2c2f329b4a | ||
|
|
6193a8c676 | ||
|
|
6cbc68b46d | ||
|
|
9786e23d02 | ||
|
|
ef15be8623 | ||
|
|
25b41e2655 | ||
|
|
71b05bf93f | ||
|
|
085290f5d6 | ||
|
|
78c588ad1e | ||
|
|
cfe9250d10 | ||
|
|
136abd8055 | ||
|
|
54a9ee7657 | ||
|
|
3eec08da73 | ||
|
|
3610aa11ca | ||
|
|
66bb707e31 | ||
|
|
29d24fdf6d | ||
|
|
95f65606d1 | ||
|
|
2039e75bbc | ||
|
|
de33c0e744 | ||
|
|
1a6973d63f | ||
|
|
38025baebf | ||
|
|
af4b2dfb50 | ||
|
|
34c63958ec | ||
|
|
f33c737fca | ||
|
|
917f34fed9 | ||
|
|
9c2b19002b | ||
|
|
e2240de2d1 | ||
|
|
0754337f3e | ||
|
|
24314b0fd8 | ||
|
|
65db7417c5 | ||
|
|
a503d9dd30 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: adonthell
|
||||
# $Id$
|
||||
NAME := adonthell
|
||||
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 @@
|
|||
Orphaned for 6+ weeks
|
||||
0
sources
0
sources
Reference in a new issue