/[pkgs]/devel/bochs/Makefile
ViewVC logotype

Contents of /devel/bochs/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Wed Nov 24 03:09:59 2004 UTC (4 years, 11 months ago) by gafton
Branch: MAIN
CVS Tags: bochs-2_3-4_fc7, F-12-split, bochs-2_2_1-1_fc5, bochs-2_1_1-2, bochs-2_1_1-3, bochs-2_3-6_fc8, bochs-2_3-2_fc6, bochs-2_3-5_fc8, bochs-2_3_8-0_5_git04387139e3b_fc11, bochs-2_3_7-3_fc11, FC-5-split, bochs-2_3_8-0_7_git04387139e3b_fc12, FC-4-split, F-10-split, bochs-2_3-0_1_pre2_fc6, bochs-2_3_6-1_fc9, F-11-split, F-9-split, bochs-2_3_6-2_fc9, bochs-2_3-1_fc6, FC-6-split, F-8-split, F-7-split, FC-3-split, bochs-2_3_8-0_6_git04387139e3b_fc11, bochs-2_2_1-2_fc5, bochs-2_2_6-1_fc5, bochs-2_3_8-0_4_git04387139e3b_fc11, bochs-2_3_8-0_8_git04387139e3b_fc12, bochs-2_3_7-2_fc11, bochs-2_3_8-0_1_git04387139e3b_fc11, bochs-2_2-1, bochs-2_3-7_fc8, bochs-2_3-0_1_pre3_fc6, bochs-2_2-2, bochs-2_3_8-0_3_git04387139e3b_fc11, bochs-2_3_7-1_fc10, bochs-2_3_5-1_fc8, bochs-2_3-3_fc6, bochs-2_3_8-0_2_git04387139e3b_fc11, bochs-2_3_6-3_fc9, HEAD
Changes since 1.1: +2 -2 lines
Fix braindead import typo artifact in the default generated Makefile.
Oh well, the fedora extras commits list needs a workout anyway...
1 # Makefile for source rpm: bochs
2 # $Id: Makefile,v 1.2 2004/11/24 03:09:59 gafton Exp $
3 NAME := bochs
4 SPECFILE = $(firstword $(wildcard *.spec))
5
6 define find-makefile-common
7 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
8 endef
9
10 MAKEFILE_COMMON := $(shell $(find-makefile-common))
11
12 ifeq ($(MAKEFILE_COMMON),)
13 # attept a checkout
14 define checkout-makefile-common
15 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
16 endef
17
18 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
19 endif
20
21 include $(MAKEFILE_COMMON)

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2