Compare commits
43 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7e1d52c0c | ||
|
|
54b9177b51 | ||
|
|
ed8b884f6a | ||
| fca144a891 | |||
|
0817fdb3d2 |
|||
| 0c9f795e06 | |||
|
|
6d795006e0 | ||
|
|
c9e09d6d10 | ||
|
4307c66fe5 |
|||
| c611a03e7e | |||
|
369b91ce46 |
|||
|
|
28c81b3437 | ||
|
|
f8fa1484ef | ||
|
|
1b0b32069d | ||
|
|
159e64a26b | ||
|
|
e91e54f18a | ||
|
|
9bdec2f5d7 | ||
|
|
97c88447d9 | ||
|
|
27c2cc2d1a | ||
|
|
09f3ab2e2e | ||
|
|
af3093202e | ||
| aea4ccbb2e | |||
|
|
f5e6e89006 | ||
|
|
992f34fb3c | ||
|
|
2f4711af86 | ||
|
|
d898aa2ca7 | ||
|
|
41b5403d03 | ||
|
|
4d76e01553 | ||
|
|
503cfae967 | ||
|
|
f4451d72cf | ||
|
|
ed1f3c8ff9 | ||
|
|
bfb233c3b8 | ||
|
|
a4027bb8f5 | ||
|
|
f446006fb3 | ||
|
|
b36e013ba1 | ||
|
|
3586bbcc35 | ||
|
|
181b1168d3 | ||
|
|
149c8560b3 | ||
|
|
cbccc01828 | ||
|
|
357501869f | ||
|
|
cf711327f9 | ||
|
|
e1903f5207 | ||
|
|
09a6a04ceb |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmltooling
|
||||
# $Id$
|
||||
NAME := xmltooling
|
||||
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 @@
|
|||
xmltooling fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676235
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue