Compare commits
34 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46bb95c74b | ||
|
|
982c17d1c9 | ||
|
|
1dc79c5735 | ||
|
|
e8755a5ebc | ||
|
|
2827a72678 | ||
| 483142861f | |||
|
|
551df8494a | ||
|
|
7f4a593e9d | ||
|
|
f94f5fd3f5 | ||
|
|
fb971e62bd | ||
|
|
a2bba620db | ||
|
|
430a5a0760 | ||
|
|
d4d88d1b63 | ||
|
|
8ce813de5e | ||
|
|
13155840f5 | ||
|
|
03fcf2959a | ||
|
|
0ef465a817 | ||
|
|
95651dc0bd | ||
|
|
ad6ffd4d11 | ||
|
|
f80e973402 | ||
|
|
75e8dc439f | ||
|
|
00a0036920 | ||
|
|
6d2d3ef18f | ||
|
|
5bfa0a1019 | ||
|
|
799e98b095 | ||
|
|
7768b58a20 | ||
|
|
bb2d894019 | ||
|
|
d7a7801d24 | ||
|
|
4ced19b3ee | ||
|
|
a7677e1583 | ||
|
|
9e482ad17a | ||
|
|
b47c4bdd11 | ||
|
|
c941e91172 | ||
|
|
e850781c5c |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wastesedge
|
||||
# $Id$
|
||||
NAME := wastesedge
|
||||
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