Compare commits
40 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aab0307eb5 | ||
|
|
74c92266b0 | ||
|
|
48d69fedc3 | ||
|
|
4ada103d58 | ||
|
|
69a50b222e | ||
|
|
111dde6e9b | ||
| 4c56536be6 | |||
|
|
5c2f001bba | ||
|
|
2683953000 | ||
|
|
65a59ea039 | ||
|
|
0663708ab5 | ||
|
|
dd7c5f0459 | ||
|
|
a738b73ce1 | ||
|
|
9fca71750e | ||
|
|
9c66540030 | ||
|
|
dddf0d1f2a | ||
|
|
7728888de1 | ||
|
|
336c41ec0d | ||
|
|
a9971d6c51 | ||
|
|
f247d68ab0 | ||
| c38f664d26 | |||
| 2a78f6191f | |||
| e1ca5df3db | |||
|
|
64dc0daec6 | ||
|
|
fc601f82ce | ||
|
|
f75f70135c | ||
|
|
3c3864a154 | ||
|
|
2c96f4b3b4 | ||
|
|
3515f341a2 | ||
|
|
1b8bac153f | ||
| f527426bb8 | |||
|
|
a33873af97 | ||
|
|
8aaffb2ed6 | ||
| a69a6ac8f4 | |||
| e30e2b68ec | |||
| 0b8f7f0bcb | |||
| 742e8dbfe7 | |||
| e9cff99e60 | |||
| 881a154f16 | |||
| 748ee8ec3d |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: seed
|
||||
# $Id$
|
||||
NAME := seed
|
||||
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 @@
|
|||
webkitgtk3 retired, doesn't build cleanly against webkitgtk4, no stable release for years and no dependents
|
||||
0
sources
0
sources
Reference in a new issue