Compare commits
31 commits
F-10-split
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1d8cfffd8 | ||
|
|
ef77c16989 | ||
|
|
6aafe6b602 | ||
|
|
ac3c541c13 |
||
|
|
73796a6534 | ||
|
|
5d0160f8a3 | ||
|
|
4104905d61 | ||
|
|
8a3ee4103d | ||
| 33efc6fec7 | |||
|
|
08960bc320 | ||
|
|
b9fa761340 | ||
|
|
8e69ef296a | ||
|
|
4d7fcb3cb2 | ||
|
|
e8bfa94e77 | ||
|
|
8eaea4b81d | ||
|
|
987851cef2 | ||
|
|
fc424193d6 | ||
|
|
9492ebe40e | ||
| 8d6676a7aa | |||
| 21b2aa1bb9 | |||
|
|
2a30f75fa1 | ||
|
|
851e315c7f | ||
| 8626e0d75f | |||
| 6bd6560b35 | |||
|
|
141500e4a7 | ||
|
|
e8166869d9 | ||
|
|
02af0571a6 | ||
|
|
e4120bd760 | ||
|
|
bf18d033e0 | ||
| 80eaf47abc | |||
| e138793e4e |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vecmath
|
||||
# $Id$
|
||||
NAME := vecmath
|
||||
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 for 6+ weeks
|
||||
0
sources
0
sources
Reference in a new issue