Compare commits
28 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d79cc505e1 | ||
|
87c6d1c736 |
|||
|
7e841ffe22 |
|||
|
|
5c45ea2339 | ||
|
|
b779771826 | ||
|
5d262529df |
|||
| f9887a845e | |||
|
|
240762c829 | ||
|
|
463d357363 | ||
|
|
2a5a4da292 | ||
|
|
17885374f4 | ||
|
|
8fc9bcc0ca | ||
|
|
402e384123 | ||
|
|
b11ce9250e | ||
| cd5aecbb13 | |||
|
|
ed84e911e2 | ||
|
|
ad3af4698a | ||
|
|
68ff03d5b3 | ||
|
|
96aad73ea1 | ||
|
|
b35a6722c8 | ||
|
|
29ae6eb09e | ||
|
|
58d37286b9 | ||
|
|
c9e3ecbfe2 | ||
|
|
c92a5cbfc9 | ||
|
|
bb205689d1 | ||
|
|
dfdb13f9e9 | ||
|
|
2d5e6ff658 | ||
|
|
058de2cc08 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: webcpp
|
||||
# $Id$
|
||||
NAME := webcpp
|
||||
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