Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f177d5c37 | ||
|
|
21476aad1e | ||
|
|
2f8f0e2ed3 | ||
|
|
e54cbaacc1 | ||
|
|
e4064a6daf | ||
|
|
89c93f00bb | ||
| 1563c4bee2 | |||
| 0d33fe3023 | |||
| e092c6f872 | |||
|
|
03dcced931 | ||
| bb9170ff14 | |||
| f82e6287b8 | |||
| 91d954f77f | |||
| 33d9705eda | |||
| ce6801be22 | |||
| fc7864bd91 | |||
| 3b773b8cf9 |
4 changed files with 15 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: virt-mem
|
||||
# $Id$
|
||||
NAME := virt-mem
|
||||
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)
|
||||
15
dead.package
Normal file
15
dead.package
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Package is retired
|
||||
|
||||
From devel-bounces@lists.fedoraproject.org Thu Jun 23 02:38:31 2011
|
||||
Date: Thu, 23 Jun 2011 08:38:15 +0100
|
||||
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||||
To: Matt Domsch <Matt_Domsch@dell.com>
|
||||
Subject: Re: Fedora rawhide FTBFS status 2011-06-16 x86_64
|
||||
Cc: devel@lists.fedoraproject.org
|
||||
|
||||
On Wed, Jun 22, 2011 at 07:17:45PM -0500, Matt Domsch wrote:
|
||||
> virt-mem-0.3.1-9.fc12 (build/make) rjones,virtmaint
|
||||
|
||||
This is a dead.package, or if it's not then it's supposed to be dead.
|
||||
|
||||
Rich.
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue