Compare commits
47 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
195f25dd8f | ||
|
|
78450e57e9 | ||
|
|
f8928b57ce | ||
|
|
184062fefc | ||
|
|
d58e3a2890 | ||
|
|
f0a40cd46d | ||
|
|
3257096ebb | ||
|
|
18b3124148 | ||
|
|
adf38d611d | ||
|
|
ec301d93f5 | ||
|
|
941f1e86d9 | ||
|
|
f863073df4 | ||
|
|
92fa44aabc | ||
|
|
bdb35d611b | ||
|
|
82132a4770 | ||
|
|
9109150c3c | ||
|
|
14a4b545db | ||
|
|
e8d0576b95 | ||
| ba65d54994 | |||
|
ba52216f46 |
|||
|
|
92d7cdc1fc | ||
|
|
07f03f3fc1 | ||
|
|
6e5a494f0e | ||
|
|
28ba27af42 | ||
|
|
b8829bb618 | ||
|
|
31dc9c5fbb | ||
|
|
39f5cbb696 | ||
|
|
d03617fb69 | ||
|
|
449f7a2753 | ||
|
|
ee729b3351 | ||
| 2af3c89773 | |||
|
|
c9d630158b | ||
|
|
bd37686dce | ||
|
|
fecc2a11af | ||
|
|
59af9f5d67 | ||
|
|
c96eafcde7 | ||
|
|
f74e310858 | ||
|
|
8acbf0a837 | ||
|
|
4dea2e3d44 | ||
|
|
4d1b4a7f32 | ||
|
|
49f9908add | ||
|
|
04d60148a6 | ||
|
|
07607c04d2 | ||
|
|
6f717e47b0 | ||
|
|
150c7d833b | ||
|
|
d60d4d7ec6 | ||
|
|
18dde94d12 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: uisp
|
||||
# $Id$
|
||||
NAME := uisp
|
||||
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