Compare commits
41 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be166f7afe | ||
|
|
242e3daf10 | ||
|
|
a4be5109e4 | ||
|
|
d31f49392e | ||
|
|
6b072336f2 | ||
|
|
1bd68a5bb9 | ||
|
|
13182f44ce | ||
|
|
967715bbd1 | ||
|
|
648051e5d7 | ||
|
|
a079c36e42 | ||
|
|
5ad8fa0696 | ||
|
|
365782ba5b | ||
|
|
44acbba6ec | ||
|
|
fe7286a0c8 | ||
|
|
05e49364bf | ||
|
|
1b9c664aeb | ||
|
|
b28af40405 | ||
|
|
f4f3aef21c | ||
|
|
5e153bc4a2 | ||
|
|
d3eb7b3998 | ||
|
|
94f786ae8e | ||
|
|
126e508036 | ||
|
|
f2bea21ed5 | ||
|
|
43bfdb4436 | ||
|
|
47b1a2f85c | ||
|
|
4d343efbc3 | ||
|
|
8c6627b71d | ||
|
|
62da9618ea | ||
| 43df4ab1cd | |||
|
|
b670e6c26a | ||
|
|
225e0f83cc | ||
|
|
a032f1e99b | ||
|
|
51d5ecd6ce | ||
|
|
8f514badbe | ||
|
|
ab7bc55042 | ||
|
|
023187bf26 | ||
|
|
2c8fea5a29 | ||
|
|
d768e63292 | ||
|
|
c73c1845ac | ||
|
|
76443d4c0d | ||
|
|
e897289b03 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: woffTools
|
||||
# $Id$
|
||||
NAME := woffTools
|
||||
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 @@
|
|||
Orphaned for 6+ weeks
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue