Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
2dcbd4214b dist-git conversion 2010-07-29 15:52:27 +00:00
Bill Nottingham
0d725bc4de Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:14 +00:00
brendt
e099fe887a New branch for xgrep package. 2008-10-24 03:46:21 +00:00
89fe9f4ea5 Initialize branch EL-5 for xgrep 2008-10-23 20:33:02 +00:00
3 changed files with 1 additions and 24 deletions

View file

@ -1,2 +1 @@
xgrep-0.06.tar.gz
xgrep-0.07.tar.gz

View file

@ -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)

View file

@ -1,2 +1 @@
eca0ebe4f25caff7b72d61ded622a23d xgrep-0.06.tar.gz
1d5fd74c5d859bda5246007c21cb024e xgrep-0.07.tar.gz
41ac452ecdb3bd1af9998e106ec0cd99 xgrep-0.07.tar.gz