Compare commits
72 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c633991d8 | ||
|
|
ddd2056b32 | ||
|
|
a940a0f63c | ||
|
|
a90c26ed66 | ||
|
|
c102942de2 | ||
|
|
1e6ea6df1f | ||
|
|
45c2bbe93c | ||
|
|
3d0685ad49 | ||
|
|
67176127f7 | ||
|
|
1daec872df | ||
|
|
9bf991c571 | ||
|
|
35e9a36e52 | ||
| ac371a9a0f | |||
|
|
3b54f72524 | ||
|
|
cc1a63916f | ||
|
|
f50886b60c | ||
|
|
175818c8e1 | ||
|
|
de91729541 | ||
|
|
776b2f8823 | ||
|
|
5a1034bcdc | ||
|
|
1f0f5d5b45 | ||
|
|
5a85ed7536 | ||
|
|
d5dcab08e2 | ||
|
305f99180d |
|||
|
|
63773ac56d | ||
|
|
1f9279f886 | ||
|
|
4907124fd3 | ||
|
|
01909a11de | ||
|
|
5c7ce03175 | ||
|
|
97aa08af62 | ||
|
|
b210e49e05 | ||
|
|
31cec7534a | ||
|
|
186d33b8f1 | ||
| e79fe0396b | |||
|
|
f6d89addd0 | ||
|
|
9f67b01cfc | ||
|
|
17028ce880 | ||
|
|
e1f5a53f2e | ||
|
|
35d35131f9 | ||
|
|
ef008cc828 | ||
|
|
9b61e32be3 | ||
|
|
a46ac137b6 | ||
|
|
e53bbcc55b | ||
|
|
d6dd6869c4 | ||
|
|
414ca79f7a | ||
|
|
5b318e1d06 | ||
|
|
30370f7675 | ||
| 563767d618 | |||
|
|
c423aa22b8 | ||
|
|
62d07c579c | ||
| c6a1471c08 | |||
| fd6dcdfb01 | |||
|
|
ac8da6f49e | ||
|
|
eaa85561dc | ||
|
|
7d08fca89e | ||
|
|
4bc0622a55 | ||
|
|
66ced50550 | ||
|
|
c8c7770c2f | ||
|
|
c557006180 | ||
|
|
3755c9fa63 | ||
|
|
bf3e84a2d2 | ||
|
|
84ffe4e370 | ||
|
|
5af1441296 | ||
|
|
3a5fee8e4f | ||
|
|
8780d75a4d | ||
|
|
fed451c714 | ||
|
|
1aa92b7f85 | ||
|
|
096b5b4319 | ||
|
|
e43424a72e | ||
|
|
14946aced8 | ||
|
|
9b0124d4dd | ||
|
|
863549e736 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: ucarp
|
||||
# $Id$
|
||||
NAME := ucarp
|
||||
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/Rootx && { 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 @@
|
|||
Dead upstream, old website NSFW
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue