Compare commits
39 commits
F-12-split
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7351361e2 | ||
|
|
c6014f1f5c | ||
|
|
942d17e6de | ||
|
|
ca15622b6c | ||
|
|
d2eab2fef4 | ||
|
|
69b9c317ac | ||
|
|
50f0878a28 | ||
|
|
4d6efa539e | ||
|
|
2b863ef952 | ||
|
|
47d890aaf3 | ||
|
|
538983e8f0 | ||
|
|
b57a316b71 | ||
|
|
23d9841756 | ||
|
|
34ce2c3aca | ||
|
|
e007d72232 | ||
|
|
1c58c76079 | ||
|
|
bb698ef73e | ||
|
|
f0524f2c14 | ||
|
|
354fe65d87 | ||
|
|
d76e0dd8f4 | ||
|
|
fc7fe5b7b2 |
||
|
|
775b49a43f | ||
|
|
f92b2c49dd | ||
|
|
43b2f8ff90 | ||
|
|
02b1793b0a | ||
|
|
49d85505dd | ||
|
|
97412a1e86 | ||
|
|
646a553c52 | ||
|
|
1657d0494b | ||
|
|
d918adcf76 | ||
|
|
1592a19183 | ||
|
|
028a3f0ee4 | ||
|
|
514f7689b5 | ||
|
|
6e854b4a1e | ||
|
|
17b39e84ea | ||
|
|
8da329e486 | ||
|
|
55a01ed286 | ||
|
|
97952e01e5 | ||
|
|
e937537832 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: zn_poly
|
||||
# $Id$
|
||||
NAME := zn_poly
|
||||
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 $$d/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 @@
|
|||
Unmaintained upstream and no longer needed by sagemath
|
||||
0
sources
0
sources
Reference in a new issue