Compare commits
36 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
029f852479 | ||
|
|
b8c750a261 | ||
|
|
dd96ee869f | ||
|
|
abab6eddb8 | ||
|
|
257c3b4781 | ||
|
|
247634bef2 | ||
|
|
9da7795476 | ||
|
|
f0aae94d02 | ||
|
|
d3e3e75bd0 | ||
|
|
ad640abd6d | ||
|
|
0d93592590 | ||
| ee5e5da2ab | |||
|
|
51a19c868c | ||
|
|
30d3d66076 | ||
|
|
d1868d5ef0 | ||
|
|
ac86cdcba7 | ||
|
|
79637c980a | ||
|
|
03492efbbd | ||
|
|
85f5a9a22e | ||
|
|
8203a71882 | ||
|
|
c76ff07c5d | ||
|
|
5ae95fcb02 | ||
|
|
34d727656b | ||
|
|
c5d22037db | ||
|
|
c44bf590e5 | ||
|
|
e136e3c5ee | ||
|
|
8630c7bce4 | ||
|
|
0b1379c9f3 | ||
|
|
973b8cc564 | ||
|
|
6347e8e417 | ||
|
|
983ac9ae11 | ||
|
|
e79a33d3e0 | ||
|
|
4d7a369e99 | ||
|
|
7cc0da6373 | ||
|
|
0ece2eda32 | ||
|
|
6c057f4ce2 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: webkit-sharp
|
||||
# $Id$
|
||||
NAME := webkit-sharp
|
||||
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