Compare commits
34 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d6f53115f5 | ||
|
|
b8d984f3a3 | ||
|
|
d4d2461952 | ||
|
|
761063515c | ||
|
|
eec316627f | ||
|
|
1543413f62 | ||
|
|
147b1acd7c | ||
|
|
ffa218e847 | ||
|
|
a7b48bc193 | ||
|
|
108838f362 | ||
|
|
3de110df85 | ||
|
|
7b2f86f132 | ||
|
|
519fabab2b | ||
|
|
75d2a0d6bb | ||
|
|
281cb507b3 | ||
|
|
8c958ffae7 | ||
|
|
cc9fd2585a | ||
|
|
9f061b3da8 | ||
|
|
95db67c837 | ||
|
|
a6dda4f9f2 | ||
|
|
cf032e5531 | ||
|
|
8cfea08bdb | ||
|
|
96af8a1ad4 | ||
|
|
10cb3ba342 | ||
|
|
75e8f6e2e5 | ||
|
|
effd440c80 | ||
|
|
f2797f67ea | ||
|
|
53a0d9c1be | ||
|
|
dfc6703918 | ||
|
|
24f2d9ae33 | ||
| d5ad4c4798 | |||
| 4d45fab1bd | |||
| 7a771519dd | |||
| e1dacd411f |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmlbeans
|
||||
# $Id$
|
||||
NAME := xmlbeans
|
||||
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 $$d/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
Loading…
Add table
Add a link
Reference in a new issue