Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0c575848b | ||
|
|
68e2c7ab97 | ||
|
|
a97ea9f4f5 | ||
| 35e7d60dc4 | |||
|
|
d81b7c05a7 | ||
|
|
00610fe608 | ||
|
|
428c7c7ec3 | ||
|
|
5dd6cf3211 | ||
|
|
4cc542e709 | ||
|
|
66ff1da3f5 | ||
|
|
6b70cf491e | ||
|
|
a6dad8d97e | ||
|
|
bf9cf2e929 | ||
|
|
bb4c84b8d1 | ||
|
|
2b199f37a7 | ||
|
|
e6e1da146f | ||
|
|
26b08e5d24 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vmpsd
|
||||
# $Id$
|
||||
NAME := vmpsd
|
||||
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 @@
|
|||
Retire packages without systemd support, See FESCo ticket 1605
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue