Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67e6949ec1 | ||
|
|
e96f1aa768 | ||
|
|
2d7ec9a185 | ||
|
|
03e70d2d3d | ||
|
|
f1477239c3 | ||
|
|
36dfafebf3 | ||
|
|
7d68266eb8 | ||
|
|
7a5b087db7 | ||
|
|
b8100782cc | ||
|
|
23dc513882 | ||
|
|
9b2c8f68aa | ||
|
|
0116c8f289 | ||
|
|
6c870450fb | ||
|
|
b7928246c6 |
5 changed files with 2 additions and 21 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
Ajaxterm-0.10.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: Ajaxterm
|
||||
# $Id$
|
||||
NAME := Ajaxterm
|
||||
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 @@
|
|||
This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS).
|
||||
0
sources
0
sources
Reference in a new issue