Compare commits
59 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5a13fa722 | ||
|
|
dc42e9d3f4 | ||
|
|
73446d903d | ||
|
|
e4cd4a1a02 | ||
|
|
9d3947bc8a | ||
| 5f51ce1d48 | |||
|
|
6007bc46dc | ||
|
|
beef21cf13 | ||
|
|
06705c50b1 | ||
|
|
6cae71f11f | ||
|
|
cbe6566d68 | ||
|
|
0256b68531 | ||
|
|
f5a9c2479b | ||
|
|
6b3fd10292 | ||
|
|
8522dd490a | ||
| b8a7099c9c | |||
| ebe92c9e82 | |||
| 00af2d5796 | |||
|
|
bb088097b5 | ||
| e2130a78f8 | |||
| c7d5346d74 | |||
| 6d38d0d50f | |||
| 0b93e40caf | |||
| 451e12ca42 | |||
| 5c7ea19272 | |||
| 6d522d7a36 | |||
| 2a7acaf2ef | |||
|
|
81094b4871 | ||
| ce9fd70bcd | |||
| 4958451a1d | |||
| db3ceb228f | |||
| 207f5a0ae2 | |||
| 1fbff1b016 | |||
| bbd9e77d47 | |||
| 917600ab63 | |||
| 9eab49e235 | |||
| c531a2446a | |||
|
|
90376ab656 | ||
| 2495aeb8ab | |||
| cf240977e9 | |||
| f03825bddd | |||
|
|
8c5080989f | ||
| db06f0721e | |||
| 35fba70e2c | |||
| 0d3547cbbf | |||
| e119897650 | |||
| 36dbcb1642 | |||
| 630c139487 | |||
| 42de88d09c | |||
| a912707ea1 | |||
| 15bc2f98fe | |||
|
|
e19814da71 | ||
| 2bff0161e8 | |||
| a31bdf3922 | |||
| d60722a846 | |||
|
|
148a316a2d | ||
|
|
6acdebfaa7 | ||
|
|
c3db278a40 | ||
| 044616d241 |
4 changed files with 3 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: virtuoso-opensource
|
||||
# $Id$
|
||||
NAME := virtuoso-opensource
|
||||
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)
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2016-05-19: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue