Compare commits
59 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a726987fb | ||
|
|
78e43d9dc1 | ||
|
|
b02e2e359b | ||
| b9693fa704 | |||
|
|
7700a663d0 | ||
|
|
c27dbb4928 | ||
|
|
099e949165 | ||
|
|
d0f9d3aa90 | ||
|
|
77676ba0e8 | ||
|
|
f782e0c119 | ||
|
|
4cb4afd93e | ||
|
|
ce2b68792e | ||
|
|
527a448bb0 | ||
|
|
ce0bd6f498 | ||
|
|
a1a3d5b64f | ||
|
|
79fd582e5d | ||
|
|
1c3b957023 | ||
|
|
16024a3394 | ||
|
|
8935f0be15 | ||
|
|
a318bf8732 | ||
|
|
f04c469c6a | ||
|
|
1e34278bd3 | ||
|
|
ae3f7bb8a1 | ||
|
|
4a89509c71 | ||
|
|
5fe3524bff | ||
|
|
50dee5cee0 | ||
|
|
51e9eaca87 | ||
|
|
f83a36e6cf | ||
|
|
317068ea52 | ||
|
|
d489a38969 | ||
|
|
cb641269c0 | ||
|
|
b6621ea580 | ||
|
|
b26d959aca | ||
|
|
1542943168 | ||
|
|
cd7a45687a | ||
|
|
318bc01dd3 | ||
|
|
f679da00b2 | ||
|
|
beb779a01f | ||
|
|
7255903621 | ||
|
|
99799caeed | ||
|
|
e1ab2e83ed | ||
|
|
47eed7001e | ||
|
|
9c56cbca01 | ||
|
|
7d29d77f9e | ||
|
|
16776fbad7 | ||
|
|
9bbf046b8d | ||
| 3dd4786517 | |||
|
|
a3a9d73433 | ||
|
|
23be19ad6a | ||
|
|
d543d1e532 | ||
|
|
e857e51ba1 | ||
|
|
9e69efcf1f | ||
|
|
9496778179 | ||
|
|
e4020111f9 | ||
|
|
22634ee039 | ||
|
|
fad1e9c690 | ||
|
|
e2a8870843 | ||
|
|
64ed633349 | ||
|
|
0056e96f56 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wammu
|
||||
# $Id$
|
||||
NAME := wammu
|
||||
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 @@
|
|||
Orphaned for 6+ weeks
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue