Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e5cf92510 | |||
|
|
4d88bd3ca7 | ||
| 9c30487974 | |||
| a1088be61e | |||
| 9269fec2c9 | |||
| 6faca9145a | |||
| 891ed51cc8 | |||
| f853fbbaba | |||
| c8becb4099 |
4 changed files with 4 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wkf
|
||||
# $Id$
|
||||
NAME := wkf
|
||||
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)
|
||||
4
dead.package
Normal file
4
dead.package
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2010-07-14 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
|
||||
|
||||
- This package is used only by mfiler2, and I removed mfiler2
|
||||
from distribution.
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue