2004-09-09 04:28:54 +00:00
|
|
|
# Makefile for source rpm: elfutils
|
2005-07-29 01:56:30 +00:00
|
|
|
# $Id: Makefile,v 1.6 2005/07/29 00:12:10 roland Exp $
|
2004-09-09 04:28:54 +00:00
|
|
|
NAME := elfutils
|
|
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
|
|
|
|
include ../common/Makefile.common
|
2005-05-08 22:43:51 +00:00
|
|
|
|
2005-07-29 00:12:10 +00:00
|
|
|
MONOTONE = monotone
|
2005-06-09 22:29:12 +00:00
|
|
|
|
|
|
|
elfutils-portability.patch: elfutils-$(VERSION).tar.gz
|
|
|
|
@rm -rf elfutils-master elfutils-portable
|
2005-07-29 00:12:10 +00:00
|
|
|
$(MONOTONE) checkout -b com.redhat.elfutils elfutils-master
|
|
|
|
$(MONOTONE) checkout -b com.redhat.elfutils.portable elfutils-portable
|
|
|
|
cd elfutils-master; autoreconf; rm -rf autom4te.cache MT
|
|
|
|
cd elfutils-portable; autoreconf; rm -rf autom4te.cache MT
|
2005-06-09 22:29:12 +00:00
|
|
|
diff -rpu elfutils-master elfutils-portable | \
|
2005-05-10 05:57:44 +00:00
|
|
|
filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new
|
2005-05-08 22:43:51 +00:00
|
|
|
mv $@.new $@
|