Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0c0e14adb | ||
|
|
6d0f8f1098 | ||
|
|
420350b7ab | ||
|
|
6b307d5b87 | ||
|
|
d76693b413 | ||
|
|
34f6984b09 | ||
|
|
b261f2dc23 | ||
|
|
bf14592c06 | ||
|
|
b3e7047c13 | ||
|
|
12a00e5cc1 | ||
|
|
4951e41586 | ||
|
|
0faf98ff5b | ||
|
|
7ee4117d1f | ||
|
|
fd12dac015 | ||
| 64c2820392 | |||
|
|
8fb3c2a098 | ||
|
|
6644d2ca07 | ||
|
|
0e8fa0f8a3 | ||
|
|
973a14b98a | ||
|
|
0b20da55f8 | ||
|
|
7c1db1d917 | ||
|
|
b6359c37fd | ||
|
|
4282064842 | ||
|
|
00c8916123 | ||
|
|
7aeb67e7e7 | ||
|
|
298b1a8cbf | ||
|
|
b2ae53e833 | ||
|
|
f8d1b476ce | ||
| d41e075a04 | |||
| 7769a0a0c5 | |||
|
|
35fd987e5c | ||
| be41a3a78a |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: hdapsd
|
||||
# $Id$
|
||||
NAME := hdapsd
|
||||
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
Reference in a new issue