Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0551ce37bf | ||
|
|
b2a1db4759 | ||
|
|
a6c1df2e0c | ||
|
15a033adf1 |
|||
| b01880d138 | |||
|
|
3e2d7dd478 | ||
|
|
7265f3457f | ||
|
|
0c1e5dc7fa | ||
|
|
ada7ee5340 | ||
|
|
ba5b516b8d | ||
|
|
fbee5755e7 | ||
|
|
6bae4ed3ad | ||
|
|
bd4947b437 | ||
|
|
44e9797098 | ||
|
|
b8ef09a98a | ||
|
|
35e7c1d731 | ||
|
|
89cc27a7dc | ||
|
|
22b62dae59 | ||
|
|
1f85839c9f | ||
|
|
08b117cee0 | ||
|
|
dc6b9693e9 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wb_builder
|
||||
# $Id$
|
||||
NAME := wb_builder
|
||||
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