Compare commits
37 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
629e5f3c72 | ||
|
|
50c52ff767 | ||
|
|
d9374c0441 | ||
|
|
61dd82d4ca | ||
|
|
7fb1506b79 | ||
|
|
20b9f9339e | ||
| 455459f0e7 | |||
|
|
d05123e7d4 | ||
|
|
69f0d15ddc | ||
|
|
81eae18e96 | ||
|
|
9532626fac | ||
|
|
7e2195036e | ||
|
|
66df0683ef | ||
|
|
e6e6f2f155 | ||
|
|
311bc31f6d | ||
|
|
b1a072d6e8 | ||
|
|
8658356298 | ||
|
|
ce7c102b9b | ||
|
|
c498692009 | ||
|
|
d7831d7554 | ||
|
|
0e30260e4a | ||
|
|
8aaa8b7a0f | ||
|
|
b233225776 | ||
|
|
8b9315a3ee | ||
|
|
51a85cf08a | ||
|
|
4e62f99442 | ||
|
|
7ddf2ea7a5 | ||
|
|
fe5f10963a | ||
|
|
35dd541a20 | ||
|
|
3cb97dcf2a | ||
|
|
0d95206ddf | ||
|
|
aacbac425d | ||
|
|
43342cfe54 | ||
|
|
db806e8e49 | ||
|
|
7af263a74f | ||
|
|
89b5513f6d | ||
|
|
07ff4d23ae |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: weka
|
||||
# $Id$
|
||||
NAME := weka
|
||||
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