Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8612df1e7d | ||
|
|
4380a45ff4 | ||
|
|
b4313472dd | ||
|
|
52f51bba28 | ||
|
|
e07b4893ce | ||
|
|
d8687a5adb | ||
|
|
d139557ad6 | ||
|
|
9794336175 |
||
|
|
9171ba6ee1 | ||
|
|
e21ff890e0 | ||
|
|
a7603c5914 | ||
|
|
dc50492f5e | ||
|
|
f88f385947 | ||
|
|
0eb3e41791 | ||
|
|
4c70b3318a | ||
|
|
05782dc362 | ||
|
|
0b1a314666 | ||
|
|
80ad44819a | ||
|
|
b992c91f09 | ||
|
|
ae8c32b235 | ||
|
|
800030213f | ||
|
|
df530f0522 | ||
|
|
1231d4f90f | ||
|
|
c51b17e64b | ||
|
|
bad0b8692c |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: abgraph
|
||||
# $Id$
|
||||
NAME := abgraph
|
||||
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