Compare commits
58 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ff08f2cd3 |
||
|
|
d396cf359b |
||
| 23cfeb1450 | |||
|
|
c4a9494b7f | ||
|
|
1490ad9291 |
||
|
|
30daeb2391 | ||
|
|
75feb291a5 | ||
| 69e7577e43 | |||
|
|
bf93b3a8f6 | ||
|
|
336571e0a9 | ||
|
|
f3002e1181 | ||
|
|
7783d8719c | ||
|
|
a14e3160d3 | ||
| f9b3da0211 | |||
|
|
8bc293bc9e | ||
|
|
d7a71d3e9c | ||
| 1850f59c2d | |||
|
|
cc3d95bbdd | ||
|
|
2b54b6f2f0 | ||
|
|
1341472503 | ||
|
|
995145306a | ||
|
|
f0abf2a215 | ||
|
|
d6e360703f | ||
|
|
0a72346cc8 | ||
|
|
21717893d4 | ||
|
|
e156d16769 | ||
|
|
3ef7a69b36 | ||
|
|
aeac80149f | ||
|
|
b3e6274000 | ||
|
|
0908f5c342 | ||
|
|
717085742c | ||
|
|
72ed272c37 | ||
|
|
3ae9b2e7ff | ||
|
|
8474542453 | ||
|
|
6382609d9c | ||
| 1f84a2feb8 | |||
|
|
4c0150f6e6 | ||
|
|
4e6271c834 | ||
|
|
8008b3954d | ||
|
|
de0049433d | ||
|
|
b5040c3075 | ||
|
|
7acec05a38 | ||
|
|
a8fc9858fa | ||
|
|
037c05e89b | ||
| dd6e90279d | |||
| f083774d79 | |||
|
|
128d9fb25c | ||
| be439c62e3 | |||
| ff1353396d | |||
|
|
6046a6b88a | ||
|
|
8d71f11d50 | ||
|
|
b74f4dfafa | ||
|
|
2c2b30b300 | ||
|
|
6f22084543 | ||
| e1996dccfe | |||
| 2ebabe7d3e | |||
|
|
c6481fcc00 | ||
| 25e5de2852 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vifir
|
||||
# $Id$
|
||||
NAME := vifir
|
||||
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 dead for years
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue