Compare commits
49 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e537b055de | ||
|
|
fdf03109e3 | ||
|
|
72a6648769 | ||
|
|
e453cc78ca | ||
|
|
d38ef6393f | ||
|
|
9d4c37f04d | ||
|
|
69f490ea66 | ||
|
|
06de9c57a0 | ||
|
|
99bb7f7fbe | ||
|
|
1fe81c4cb1 | ||
|
|
44b761fdaa | ||
|
|
7f1ed454ee | ||
|
|
7b2514afdd | ||
| 510b597e5e | |||
|
|
b87ddbf345 | ||
|
|
8a43fef2f4 | ||
|
|
1b8f8e557d |
||
|
|
dbbe1cace2 | ||
|
|
0a416c169c | ||
|
|
77eec7126a | ||
|
|
1316269036 | ||
|
|
4bcef58b82 | ||
|
|
91ac515b00 | ||
|
|
8a297c7599 | ||
|
|
8b63c92208 | ||
|
|
f7dc4d4325 | ||
|
|
68ee2bfa7b | ||
|
|
b76e8bf408 | ||
|
|
d7e576eaf3 | ||
|
|
c1bc3d4b7a | ||
|
|
495e7c70d6 | ||
|
|
a3e1001c32 | ||
|
|
fe1abf558f | ||
|
|
ca98029cac | ||
|
|
a4e222e472 | ||
|
|
034cf24d88 | ||
|
|
110cc734f1 | ||
|
|
98d8c66e07 | ||
|
|
39c84e6bc8 | ||
|
|
b98a3d25be | ||
|
|
7c4e1a5a16 | ||
|
|
3d1a28051b | ||
|
|
a122a47456 | ||
|
|
7395c450ec | ||
|
|
41431a7dba | ||
|
|
074291bb46 | ||
|
|
81a4b703ba | ||
|
|
f9f665c6be | ||
|
|
70062c837d |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: apache-commons-jexl
|
||||
# $Id$
|
||||
NAME := apache-commons-jexl
|
||||
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
Reference in a new issue