Compare commits
54 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f702d5111 | ||
|
|
4fa3359af5 | ||
|
|
82540dc397 | ||
|
|
aa8d4bc89e | ||
| 81e15b3a03 | |||
|
|
78922f8841 | ||
| c9ea8c1304 | |||
|
|
5c99ad0f2b | ||
|
|
51f51041d2 | ||
|
|
7f161bf488 | ||
|
|
b51c8f84af | ||
|
|
f288dfa08f | ||
|
|
4fcfb7b375 | ||
|
|
8014407ad0 | ||
|
|
f4f3570aab | ||
|
|
266a063f3a | ||
|
|
7ab437d651 | ||
|
|
2e411b90b7 | ||
|
|
83ee6d9c2f | ||
|
|
98ee663d07 | ||
|
|
95e451ea73 | ||
|
|
e19ff0f94c | ||
|
|
eebb079d6d | ||
|
|
c0f984cb7f | ||
|
|
ccddc64d07 | ||
|
|
740551ea7f | ||
|
|
44a6fe09a2 | ||
| 17436fe7f3 | |||
|
|
86d3c3baf5 | ||
|
|
2cf07ebcdf | ||
|
|
1a765e55e2 | ||
|
|
794bfef1f2 | ||
|
|
9c5bf51bf9 | ||
|
|
fe5b51eb26 | ||
|
|
4da605e27f | ||
|
|
4520a2ee1d | ||
|
|
0194da417f | ||
|
|
734c174a9d | ||
|
|
c8ccdd92b1 | ||
|
|
b6d68f70e8 | ||
|
|
12ebc68780 | ||
|
|
1cc0a9b399 | ||
|
|
e9e197c5fb | ||
|
|
b3fcd3083f | ||
|
|
1818248db3 | ||
|
|
be06e01b13 | ||
|
|
8657652c05 | ||
|
|
a5773110a4 | ||
|
|
925b8ac123 | ||
|
|
8d0f4ac48b | ||
|
|
09bf4f879e | ||
|
|
e20b1b2c3f | ||
|
|
b2bc09e589 | ||
| c0a4b09f12 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vtun
|
||||
# $Id$
|
||||
NAME := vtun
|
||||
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