Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b2f8e417c | ||
|
|
a67041f6aa | ||
|
|
77afe1f370 | ||
|
|
05be825d08 | ||
|
|
579a594077 | ||
|
|
9aa19822ff | ||
|
|
56fed0c1dc | ||
|
|
71ca98087c | ||
|
|
f1b0df5dcd | ||
|
|
54b54fd76f | ||
|
|
2cadcc3069 | ||
|
|
3a36edcf43 | ||
|
|
9c78ee5498 | ||
|
|
45ebfe11eb | ||
|
|
3c6256646a | ||
|
|
3afd1c12f8 | ||
|
|
308a61b100 | ||
|
|
a14f6ced36 | ||
|
|
a07cdfb861 | ||
|
|
7c2cc1b527 | ||
|
|
1705a0a31d | ||
|
|
4fa2c3248a | ||
|
|
444f04b6d1 | ||
|
|
0b6ace816d | ||
|
|
25c330d92e |
4 changed files with 3 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: and
|
||||
# $Id$
|
||||
NAME := and
|
||||
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)
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2016-09-13: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
0
sources
0
sources
Reference in a new issue