Compare commits

...

3 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering
f0dbc7a4bf dist-git conversion 2010-07-28 17:08:48 +00:00
Bill Nottingham
9ca82f8cdd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:03:30 +00:00
Jesse Keating
542190902c Initialize branch F-11 for grub2 2009-04-15 05:31:17 +00:00
3 changed files with 0 additions and 22 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: grub2
# $Id$
NAME := grub2
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 +0,0 @@
grub2-1_98-0_2_20080807svn_el5:HEAD:grub2-1.98-0.2.20080807svn.el5.src.rpm:1219824412