Compare commits
36 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6372a73a59 | ||
|
|
aa50410031 | ||
|
|
0331af1a2b | ||
| 3beb8ed618 | |||
|
|
180ea4bd1b | ||
|
|
e54fdbe85f | ||
|
|
8ba2f98821 | ||
|
|
e43f7bd73b | ||
|
|
5706289f67 | ||
|
|
9444245449 | ||
|
|
52f448afcb | ||
|
|
ecb96938fc | ||
|
|
64c1d23926 | ||
|
|
c3381c2d65 | ||
|
|
ce792bcbf8 | ||
|
|
7c1e0dfc99 | ||
|
|
66e5951eb2 | ||
|
|
41777b6ba1 | ||
|
|
89b2a3a56f | ||
|
|
2847511481 | ||
|
|
08767718da | ||
|
|
f91bb03db7 | ||
|
|
19241c4acb | ||
| 41116bc341 | |||
|
|
cf6840a508 | ||
|
|
aa6db71189 | ||
|
|
f46565878b | ||
|
|
ee7a54c1b4 | ||
|
|
cceb29bbcd | ||
|
|
d44161f669 | ||
|
|
2e3660e1df | ||
|
|
49d51e74b4 | ||
|
|
0534c87735 | ||
|
|
5c3a2b5857 | ||
|
|
5573ac212e | ||
|
|
8f1c0a24b7 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: diveintopython
|
||||
# $Id$
|
||||
NAME := diveintopython
|
||||
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 @@
|
|||
diveintopython fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1674814
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue