Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dcbd4214b | ||
|
|
0d725bc4de | ||
|
|
e099fe887a | ||
| 89fe9f4ea5 |
3 changed files with 1 additions and 24 deletions
1
.cvsignore → .gitignore
vendored
1
.cvsignore → .gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
xgrep-0.06.tar.gz
|
||||
xgrep-0.07.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xgrep
|
||||
# $Id$
|
||||
NAME := xgrep
|
||||
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)
|
||||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
eca0ebe4f25caff7b72d61ded622a23d xgrep-0.06.tar.gz
|
||||
1d5fd74c5d859bda5246007c21cb024e xgrep-0.07.tar.gz
|
||||
41ac452ecdb3bd1af9998e106ec0cd99 xgrep-0.07.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue