Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4dca768d22 | ||
|
|
99d60566fe | ||
| c37cc71551 | |||
|
|
5260b0c7b7 | ||
|
|
1b15453ffa | ||
|
|
e19fa97c0f | ||
|
758200d673 |
|||
| b7646225af | |||
|
|
f7c40404d1 | ||
|
|
6b064541a3 | ||
|
|
b0674e7e11 | ||
|
|
bcb62bf3ad | ||
|
|
a9a553e832 | ||
|
|
ce490affc0 | ||
| 6f57dcef08 | |||
|
|
53ab8eff9c | ||
|
|
5a1be98d38 | ||
|
|
7b417a220d | ||
|
|
418062fe75 | ||
|
|
3da00b2d76 | ||
|
|
b703d11f7d | ||
|
|
f8ab6176fc | ||
|
|
7c0ffc3fed | ||
|
|
8a203ea999 | ||
| de58a5c6ea |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: unclutter
|
||||
# $Id$
|
||||
NAME := unclutter
|
||||
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