Compare commits

..

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 3a11eec200 dist-git conversion 2010-07-29 05:20:23 +00:00
Bill Nottingham 8769740cfd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:16 +00:00
srinivas ramanatha ebae295b57 Initial Import to F-9 2008-11-01 11:03:01 +00:00
Huzaifa Sidhpurwala decab5bc80 Initialize branch F-9 for openwsman 2008-10-13 10:50:34 +00:00
3 changed files with 0 additions and 22 deletions
View File
-21
View File
@@ -1,21 +0,0 @@
# Makefile for source rpm: openwsman
# $Id$
NAME := openwsman
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
View File
@@ -1 +0,0 @@
openwsman-2_1_0-1_fc9:HEAD:openwsman-2.1.0-1.fc9.src.rpm:1225537021