Compare commits
42 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a15e828eab | |||
|
|
6b79847170 | ||
| 05f8f6e430 | |||
| 10fe1c9a49 | |||
| 819b94be4f | |||
|
|
e6979f6915 | ||
|
|
1b8eeab14f | ||
|
|
2f5e7a25cf | ||
|
|
12bf79194f | ||
|
|
2bdc7c1bfd | ||
|
|
53c3469bd2 | ||
|
|
670c2a612d | ||
|
|
7715bf5598 | ||
|
|
4bc0e0b430 | ||
|
|
dd60554127 | ||
|
|
029ec6f33d | ||
|
|
383d887ce4 | ||
| 701f411d3f | |||
|
|
384da2a9ce | ||
| d3bc51e3c4 | |||
|
|
06a40b0835 | ||
|
|
d9b70c2377 | ||
|
|
d4bc1956a8 | ||
|
|
e4d46ef8cf | ||
| e4aad30ae8 | |||
|
|
1100d513dd | ||
|
|
25e0ac3d5c | ||
| 6db296ccbb | |||
|
|
e3292c4875 | ||
|
|
46bb27f916 | ||
|
|
21dde59aa5 | ||
|
|
1aa792acf4 | ||
|
|
412b38f422 | ||
|
|
1b9cb37834 | ||
|
|
919b6b52de | ||
|
|
30c6ada3dc | ||
|
|
7dce0398d7 | ||
|
|
ded913fda3 | ||
|
|
434bab1f82 | ||
|
|
88f172edfc | ||
|
|
ef1cc37177 | ||
|
|
298cb197fc |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: wise2
|
|
||||||
# $Id$
|
|
||||||
NAME := wise2
|
|
||||||
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 by upstream; no longer needed in Fedora
|
||||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue