(elfutils-portability.patch): Fix up rule commands so it works.
This commit is contained in:
parent
f3b9d38016
commit
2d74efcc36
8
Makefile
8
Makefile
@ -12,11 +12,11 @@ master-cvsroot = :gserver:cvs.devel.redhat.com:/cvs/devel
|
||||
elfutils-portability.patch: elfutils-$(VERSION).tar.gz
|
||||
@rm -rf elfutils-master elfutils-portable
|
||||
cvs -d $(master-cvsroot) -Q export \
|
||||
-d elfutils-master elfutils
|
||||
-d elfutils-master -r HEAD elfutils/elfutils
|
||||
cvs -d $(master-cvsroot) -Q export \
|
||||
-d elfutils-portable -r portable-branch elfutils
|
||||
cd elfutils-master; autoreconf
|
||||
cd elfutils-portable; autoreconf
|
||||
-d elfutils-portable -r portable-branch elfutils/elfutils
|
||||
cd elfutils-master; autoreconf; rm -rf autom4te.cache
|
||||
cd elfutils-portable; autoreconf; rm -rf autom4te.cache
|
||||
diff -rpu elfutils-master elfutils-portable | \
|
||||
filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new
|
||||
mv $@.new $@
|
||||
|
Loading…
Reference in New Issue
Block a user