Compare commits
41 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
febdfda01d |
||
|
|
ff4490033a | ||
|
|
28734c5080 | ||
|
|
9d8ae5ef61 | ||
|
|
3bce622219 | ||
|
|
e953af5da0 | ||
|
|
e084498d90 | ||
|
|
c74904aa73 | ||
|
|
3dabf95a59 | ||
|
|
799e67cb0c | ||
|
|
9b4f8026ae | ||
|
|
f93d1445aa | ||
|
|
d1372b5505 | ||
|
|
196c7b102c | ||
|
|
cd8235e483 | ||
| 15953aae67 | |||
|
|
5be0d90a03 | ||
|
|
bf76a62eaf | ||
|
|
602edeae1a | ||
|
f5a825ef71 |
|||
| 17fe9c6cb3 | |||
|
|
86530ad85a | ||
|
|
5c38aea13c | ||
|
|
3f0f389ef3 | ||
|
|
fd4c7a6d1a | ||
|
|
1fc8bd7d89 | ||
|
|
24c2c230d2 | ||
| cac28598d7 | |||
|
|
95c5947f96 | ||
|
|
30e3e5016e | ||
|
|
01256034c9 | ||
|
|
e5394c2d3a | ||
|
|
25e82a3426 | ||
|
|
a9c4470f41 | ||
|
|
602e8f4fce | ||
|
|
44b9273270 | ||
|
|
dc2ae6eb35 | ||
|
|
4c2f9f11b6 | ||
|
|
09c9d4237c | ||
|
|
5c314688bf | ||
|
|
757987271d |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wput
|
||||
# $Id$
|
||||
NAME := wput
|
||||
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