Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ad6f2c127 | ||
|
|
6638181da4 | ||
|
|
4d32a6efa5 | ||
| d3a9105c31 | |||
| 28ff6e2029 | |||
|
|
64e7245176 | ||
|
|
3aaa5b6964 | ||
|
|
8dc16ad30e | ||
|
800e187764 |
|||
| acf271a2c1 | |||
|
|
55f55ae1e0 | ||
|
|
f50e3a8363 | ||
|
|
953f108390 | ||
|
|
06deb421d8 | ||
|
|
c881bc0f87 | ||
|
|
3f99af3603 | ||
|
|
911958e2c7 | ||
|
|
10f26e8933 | ||
|
|
92e377b8c1 | ||
|
|
83a99467ff | ||
|
|
bb2f43b896 | ||
|
|
f2ff6d07e7 | ||
|
|
eaa9c0dc17 | ||
|
|
d902ecbb78 | ||
|
|
010ae8b663 | ||
|
|
a13d03fe26 | ||
|
|
6e11189c56 | ||
|
|
789dc8772a | ||
|
|
e14361411c | ||
| 2b565469da | |||
|
|
6e78f2009c | ||
|
|
2703050bf3 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: whaawmp
|
||||
# $Id$
|
||||
NAME := whaawmp
|
||||
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 @@
|
|||
upstream gone, python2 only
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue