Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0772704d9 | ||
|
|
42abb25080 | ||
|
|
c143ea0d93 | ||
| 290ea380f5 | |||
|
3ee46711c0 |
|||
|
9ab23b5bf4 |
|||
|
960a60f1fd |
|||
|
|
c2b3138d4b | ||
|
|
892c548301 | ||
|
|
1818cc53e6 | ||
|
ea3fe11fcf |
|||
|
|
917ea18a9d | ||
|
|
5af6ab57b3 | ||
|
|
766be8db4e | ||
|
|
d3a1f87a7e | ||
|
|
28996b5f8b | ||
|
|
769fcf67de | ||
|
|
88dfb1ff7c | ||
|
|
3b2ca9a5a9 | ||
|
|
b189705210 | ||
|
|
16aa1ddeb4 | ||
|
|
891be53336 | ||
|
|
6fe66c847f | ||
|
|
8976442b30 | ||
|
|
75db8f9d29 | ||
|
|
6f1296a5be | ||
|
|
df647e5f37 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wtop
|
||||
# $Id$
|
||||
NAME := wtop
|
||||
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 $$d/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