Compare commits
30 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45ec5cbca2 | ||
|
|
dd2f13b459 | ||
|
|
cb819984b0 | ||
|
|
012d289e3a | ||
|
|
a9f094c69b | ||
| 02893afb1a | |||
|
|
7dde7b7293 | ||
|
|
de3c1cefcd | ||
|
59bbad6dbf |
|||
| 2f2cea8024 | |||
|
|
67fb090e2d | ||
|
|
5e12cea42e | ||
|
|
25efa7dc72 | ||
|
|
af9d8ac2ad | ||
|
|
19b63baf64 | ||
|
|
9096272178 | ||
|
|
837f406fb2 | ||
|
|
315c9c5082 | ||
|
|
c93302cebb | ||
|
|
40c8d99587 | ||
|
|
91e065f0cc | ||
|
|
3ea7e86966 | ||
|
|
f05a29d0dd | ||
|
|
baf18b65ef | ||
|
|
7874c046b3 | ||
|
|
518f55b660 | ||
|
|
9c2253087e | ||
|
|
a31c2660af | ||
|
|
79107ce5a8 | ||
|
|
d35c162269 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: webacula
|
||||
# $Id$
|
||||
NAME := webacula
|
||||
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