Compare commits
30 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfca120ceb | ||
|
|
d2642e1c98 | ||
|
|
a7e43c44a8 | ||
|
|
b499078927 | ||
|
|
562611ee77 | ||
|
|
bd4a1643ef | ||
|
|
36813826b0 | ||
|
|
ce91d101e2 | ||
|
|
4f837c2c8e | ||
|
|
7686f71664 | ||
|
|
13a7777c97 | ||
|
|
a8ed0e3588 | ||
|
|
a0d8e027b3 | ||
|
|
4837a43f31 | ||
|
|
d8c16b76d8 | ||
|
|
e2036f8cc0 | ||
|
|
90d9868a31 | ||
|
|
521067b4c1 | ||
|
|
10a5065469 | ||
|
|
8dd3d47c25 | ||
|
|
104496e018 | ||
|
|
80fd49e2b1 | ||
|
|
edb19bfc28 | ||
|
|
6e237cae33 | ||
|
|
4b842a222b | ||
|
|
396f46f311 | ||
|
|
dabaf97c38 | ||
|
|
0cbf3f1a42 | ||
|
|
1373946e6e | ||
|
|
a4a7d17ff2 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmlenc
|
||||
# $Id$
|
||||
NAME := xmlenc
|
||||
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
Loading…
Add table
Add a link
Reference in a new issue