Compare commits
45 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d76f852be5 | ||
|
|
b2ded47d83 | ||
|
|
089f54e028 | ||
|
6047ac6c5d |
|||
|
|
6925eeff76 | ||
|
|
d3fd9c46cf | ||
|
|
cc3b14a991 | ||
|
3563d0fb2d |
|||
| 6bdbb2bcf5 | |||
|
|
cc8e2954b3 | ||
|
|
02f05d9c5e | ||
|
|
8c223d2dbd | ||
|
|
64b3149418 | ||
|
|
c787aa6953 | ||
|
|
4cee9c8548 | ||
|
|
5ae0e7e391 | ||
| d0fb156f4b | |||
|
|
b695a9d37b | ||
|
|
172c0df536 | ||
|
|
64b14e54b8 | ||
|
|
2988ec7fd0 | ||
|
|
e4668f3c61 | ||
|
|
d8d409e84d | ||
|
|
e5396a0d9d | ||
|
|
51c950cb78 | ||
|
|
bd673afea5 | ||
|
|
6767688990 | ||
|
|
ff5a8c80a5 | ||
|
|
f5ffb03665 | ||
|
|
19ba2968bc | ||
|
|
34676333b5 | ||
|
|
4a9d1d1504 | ||
|
|
5cdfdf4ab5 | ||
|
|
abb3f97a8b | ||
|
|
85cac5eebd | ||
| c17efec8a4 | |||
|
|
ecece1837f | ||
|
|
7809dc7f13 | ||
|
|
e713dac411 | ||
|
|
d40c236830 | ||
|
|
e669245c33 | ||
|
|
e43c1e1a23 | ||
|
|
30dd2cca7b | ||
|
|
0d89ac85cd | ||
|
|
a5d2356436 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: zhcon
|
||||
# $Id$
|
||||
NAME := zhcon
|
||||
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