Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cbd906b37 | ||
|
|
f18be3ab0d | ||
|
|
c857c6e21b | ||
|
|
1fcb8d0725 | ||
|
|
2ad56ab8c4 | ||
|
|
199a6713a0 | ||
| d2d9f809ad | |||
|
|
ae9e25f027 | ||
|
|
483a745b7f | ||
|
|
0590d6b253 | ||
|
|
098fd7e1a1 | ||
|
|
7f38d7add0 | ||
|
|
396fe51dab | ||
|
|
1ef46a40a5 | ||
|
|
98010a4171 | ||
|
|
3ae81be38c | ||
|
|
b94978e7d3 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vdccm
|
||||
# $Id$
|
||||
NAME := vdccm
|
||||
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 @@
|
|||
Package is retired and obsoleted by synce-connector
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue