# Makefile for source rpm: libxml2 NAME := libxml2 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)) # Byte compilation fails for python3 code prior to F-21 # Note: initial builds for f22.32 and f23.32 failed for 2.10.3 but succeeded later when I tried them with mb -k # Think there may be a parallel build issue for the python bindings perhaps? Almost always seems to work with mb -k DIST_REGEX = '^(fc2[1-9]|fc[3-9][0-9]|rhel)' include $(MAKEFILE_COMMON)