Compare commits
31 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92ce3b2ba3 | ||
|
|
7c0890fc36 | ||
|
|
2254183784 | ||
|
|
09a1a4ea43 | ||
|
|
37d629dd78 | ||
|
|
9cdfcf37ca | ||
|
|
002bd5c43e | ||
|
|
e19f690907 | ||
|
|
c853a7324e | ||
|
|
b5d04dab24 | ||
|
|
7cd8c594be | ||
|
|
7a53d25a07 | ||
|
|
227cac1caa | ||
|
|
62abb64b09 | ||
|
|
ea9aee70e1 | ||
|
|
3475ba3ba8 | ||
|
|
313754b65e | ||
|
|
7bedb39f74 | ||
|
|
e20d5f60f7 | ||
|
|
24dd5474d2 | ||
|
|
16aaa934a5 | ||
|
|
4f7cebfd9b | ||
|
|
b04662b8fa | ||
|
|
a62ad79483 | ||
|
|
48ab68a8a2 | ||
|
|
2f158784b5 | ||
|
|
40fd1f75ca | ||
|
|
a5b94998a8 | ||
|
|
da73a9c609 | ||
|
|
eecab67645 | ||
|
|
81cc7d497f |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xjparse
|
||||
# $Id$
|
||||
NAME := xjparse
|
||||
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
Loading…
Add table
Add a link
Reference in a new issue