Compare commits
63 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c69f5dfbd | ||
|
|
fd166be1b4 | ||
|
|
7dbcdaa230 | ||
|
|
db21f100e4 | ||
|
|
0b54a8c00c | ||
|
|
862dae50da | ||
|
|
2b3ea9c444 | ||
|
|
4c3cbe8219 | ||
|
|
8712558978 | ||
| 57f6b26ed8 | |||
|
|
981d625ac3 | ||
|
|
13e1dbb889 | ||
|
|
cf491fa277 | ||
|
|
e7252f4552 | ||
|
|
c0be76be09 | ||
|
|
7232fa1a73 | ||
|
|
3da8714271 | ||
|
|
fc6f0c5af1 | ||
|
|
d2b791f45e | ||
|
|
1bd2daf184 | ||
|
|
c6831043e7 | ||
|
|
0dcd6c6f48 | ||
|
|
7699ce6d8b | ||
|
|
5cd1f89ca8 | ||
|
|
799769f7de | ||
|
|
577ec9d527 | ||
|
|
83af9a3184 | ||
|
|
fb62613bf9 | ||
|
|
08e7c4a28b | ||
|
|
cf39d078ea | ||
|
|
e3dccf87c7 | ||
|
|
ef8b311e61 | ||
|
|
0ed72488ad | ||
|
|
afcb097d58 | ||
|
|
7380eaf552 | ||
|
|
8df971f1cd | ||
|
|
b9482f0bb4 | ||
|
|
c39cb331b4 | ||
|
|
77f0717214 | ||
|
|
d8cbcfe2f9 | ||
|
|
97e75c9c5f | ||
|
|
f36ae116fa | ||
|
|
b76bd8d842 | ||
|
|
2e5f099678 | ||
|
|
d1abc0702c | ||
|
|
8603c3ae4c | ||
|
|
9825df88f0 | ||
|
|
62a6ce9e9b | ||
|
|
381154769e | ||
|
|
f92faa6109 | ||
|
|
003d0c46f7 | ||
|
|
40b0d8edb5 | ||
|
|
ac8c7a0917 | ||
|
|
d3ce5e40be | ||
|
|
3d17ab6df9 | ||
|
|
ebd7623b32 | ||
|
|
7a53b4cbfc | ||
|
|
a2c5dff0cd | ||
|
|
e481a47154 | ||
|
|
5a79073fed | ||
|
|
b041f2c66a | ||
|
|
60b21dc061 | ||
|
|
7e5d9575f8 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: uzbl
|
||||
# $Id$
|
||||
NAME := uzbl
|
||||
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 @@
|
|||
requires webkit1 which has been retired
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue