Compare commits
31 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99fb0e469f | ||
|
|
ebea7cb8c1 | ||
|
|
0d5794f1e5 | ||
| 6b1a05f9cf | |||
|
|
80992f5ef4 | ||
|
|
961334c149 | ||
|
|
461d552991 | ||
|
|
589cb03a5b | ||
|
|
e652d6c10d | ||
|
|
fded45a8f8 | ||
|
|
773185c457 | ||
|
|
c56debaecf | ||
|
|
fcd4e44eca | ||
|
|
3bd51960e2 | ||
|
|
64072ffd7f | ||
|
|
e5600e6699 | ||
|
|
78f7d594de | ||
|
|
b47ac4aaf6 | ||
|
|
759f4a582f | ||
|
|
3a00ef018d | ||
|
|
405d5463da | ||
|
|
c67794868c | ||
|
|
3d61c7e8f8 | ||
|
|
c9fa3f376b | ||
|
|
0cc5918550 | ||
|
|
bce4bb41e4 | ||
|
|
5be610e6a8 | ||
|
|
aa25975f6c | ||
|
|
9cf80df135 | ||
|
|
b0b3732886 | ||
|
|
f3de2c4c9f |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vidalia
|
||||
# $Id$
|
||||
NAME := vidalia
|
||||
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 @@
|
|||
Upstream recommend against using this software anymore.
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue