forked from rpms/elfutils
monotone is the new black
This commit is contained in:
parent
4490f5b158
commit
7fc6b9263f
12
Makefile
12
Makefile
@ -7,16 +7,14 @@ TARGETS += elfutils-portability.patch
|
|||||||
|
|
||||||
include ../common/Makefile.common
|
include ../common/Makefile.common
|
||||||
|
|
||||||
master-cvsroot = :gserver:cvs.devel.redhat.com:/cvs/devel
|
MONOTONE = monotone
|
||||||
|
|
||||||
elfutils-portability.patch: elfutils-$(VERSION).tar.gz
|
elfutils-portability.patch: elfutils-$(VERSION).tar.gz
|
||||||
@rm -rf elfutils-master elfutils-portable
|
@rm -rf elfutils-master elfutils-portable
|
||||||
cvs -d $(master-cvsroot) -Q export \
|
$(MONOTONE) checkout -b com.redhat.elfutils elfutils-master
|
||||||
-d elfutils-master -r HEAD elfutils/elfutils
|
$(MONOTONE) checkout -b com.redhat.elfutils.portable elfutils-portable
|
||||||
cvs -d $(master-cvsroot) -Q export \
|
cd elfutils-master; autoreconf; rm -rf autom4te.cache MT
|
||||||
-d elfutils-portable -r portable-branch elfutils/elfutils
|
cd elfutils-portable; autoreconf; rm -rf autom4te.cache MT
|
||||||
cd elfutils-master; autoreconf; rm -rf autom4te.cache
|
|
||||||
cd elfutils-portable; autoreconf; rm -rf autom4te.cache
|
|
||||||
diff -rpu elfutils-master elfutils-portable | \
|
diff -rpu elfutils-master elfutils-portable | \
|
||||||
filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new
|
filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new
|
||||||
mv $@.new $@
|
mv $@.new $@
|
||||||
|
Loading…
Reference in New Issue
Block a user