Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d041add5b9 | ||
|
|
79d12c81c5 | ||
|
|
ed78c51b17 | ||
|
|
027e3e4ce4 | ||
|
|
70b9d2f279 | ||
|
|
37d172555b | ||
|
|
afe5e8d134 | ||
|
|
e464663a5e | ||
|
|
8a94b2a947 | ||
|
|
6b66bdf50f | ||
|
|
d6f1ab2953 | ||
|
|
ec3be046b9 | ||
|
|
d7c4e71f51 | ||
|
|
c8e2b33d66 | ||
|
|
c745c850f2 | ||
|
|
07a10fc013 | ||
|
|
cc556d73f1 | ||
| 7c45c27ea2 | |||
|
|
b3a5b8441d | ||
|
|
0e322a0ae0 | ||
|
|
f2c679907b | ||
| e2f37d2a09 | |||
| 83c4d9879a |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: dissy
|
||||
# $Id$
|
||||
NAME := dissy
|
||||
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 @@
|
|||
Unsupported upstream, depends on old webkit version that will disappear in F27
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue