Compare commits
65 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cf19b6870 | ||
|
|
a49c1dcdbd | ||
|
|
bd33852218 | ||
|
|
69ece232fb | ||
|
|
ae8c1dd3c5 | ||
|
|
9fe2bf9f58 | ||
|
|
d5144f360d | ||
|
|
5d51fef1bd | ||
|
|
d5d2b7b858 | ||
|
|
725fa0e534 | ||
|
|
dc09aeace0 | ||
|
|
cb1088a7e6 | ||
|
|
71ef17ce6a | ||
|
|
44378d63e4 | ||
|
|
8c1e4f66d9 | ||
|
|
9b5bf9cb74 | ||
|
|
abd864fb30 | ||
|
|
e27e5cd2cd | ||
|
|
aab5bda0a1 | ||
|
|
6fe3671f2c | ||
|
|
2916fe81ee | ||
|
|
ff4ee111cb | ||
|
|
63dd58912c | ||
|
|
e8cf22bac9 | ||
|
|
395ca03893 | ||
|
|
7a28c84cd7 | ||
|
|
9bcb275374 | ||
|
4b2bc5c39e |
|||
|
dbb3ac802f |
|||
|
|
4935ce040a | ||
|
|
64e5d313e9 | ||
|
|
296cb311fd | ||
| bec110eac5 | |||
|
|
d779f8ebc2 | ||
|
|
c67cd9e7f9 | ||
|
|
67b6742c95 | ||
|
|
4349e9e87c | ||
|
|
ac4b7feef9 | ||
|
|
ec780b897a | ||
|
|
e05daf49c6 | ||
|
|
8d6953540b | ||
|
|
6fcffb1393 | ||
|
|
e8f78b79ec | ||
|
|
84227f7a92 | ||
|
|
39bff7c31a | ||
|
|
f555e73b07 | ||
|
|
32452bfdce | ||
|
|
2e47976fe7 | ||
|
|
561dc997e0 | ||
|
|
a4171126cc | ||
|
|
a69bc18905 | ||
|
|
1b1f7878c1 | ||
|
|
a7aafaccbc | ||
|
|
6d266d8791 | ||
|
|
5c056d9f6c | ||
|
|
9a2be816d5 | ||
|
|
e93362c88e | ||
|
|
1da788a30c | ||
|
|
725ffac838 | ||
|
|
113c0c029b | ||
|
|
c00f47ad48 | ||
|
|
e725f256b9 | ||
|
|
0ca81a0c11 | ||
|
|
4e696058e2 | ||
|
|
568c1eeb56 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: x-tile
|
||||
# $Id$
|
||||
NAME := x-tile
|
||||
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 $$d/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 @@
|
|||
No longer maintained by upstream
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue