Compare commits
34 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0559b1e494 | ||
|
|
41cc328edb | ||
|
|
fc6b6b57b8 | ||
|
|
d341a073ef | ||
|
|
e33f7bba7d | ||
|
8cf03f8b8b |
|||
| c940d7b7dc | |||
|
|
18e4e236c9 | ||
|
|
3e049b7f99 | ||
|
|
0aaca16181 | ||
|
|
dc9e861d60 | ||
|
|
a176a37094 | ||
|
|
fa27cd92ff | ||
|
|
0a92ba8768 | ||
|
|
436aefde4f | ||
|
|
88bf2fe44c | ||
|
|
83eeffaeca | ||
|
|
3bad19ad5a | ||
|
|
6d434b6408 | ||
|
|
ddd13bee41 | ||
|
|
11c613e90b | ||
|
|
e7a946d1d5 | ||
|
|
d9e869787e | ||
|
|
140b522759 | ||
|
|
a91e75e5ec | ||
|
|
32dce6e1ea | ||
|
|
2a96aafd69 | ||
|
|
ea2672fbbb | ||
|
|
17b70387c1 | ||
|
|
4b2ad3322d | ||
|
|
6687d411dd | ||
|
|
968ec79a69 | ||
|
|
581d21920f | ||
|
|
9d2877422e |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xls2csv
|
||||
# $Id$
|
||||
NAME := xls2csv
|
||||
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