# Makefile for source rpm: yum-arch NAME := yum-arch SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ../../../common ../../../../common ; do if [ -f $$d/trunk/Makefile.common ] ; then if [ -f $$d/trunk/.svn -a -w $$/Makefile.common ] ; then cd $$d/trunk ; svn update --quiet ; fi ; echo "$$d/trunk/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) # yum-arch shipped with yum prior to Fedora 6 # RHEL 4 didn't ship yum, though CentOS 4 did include $(MAKEFILE_COMMON)