[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/elfutils/devel Makefile,1.4,1.5
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/elfutils/devel Makefile,1.4,1.5
- Date: Thu, 21 Jul 2005 05:09:21 -0400
Author: roland
Update of /cvs/dist/rpms/elfutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22841
Modified Files:
Makefile
Log Message:
(elfutils-portability.patch): Fix up rule commands so it works.
Index: Makefile
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 9 Jun 2005 22:29:12 -0000 1.4
+++ Makefile 21 Jul 2005 09:09:19 -0000 1.5
@@ -12,11 +12,11 @@
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 $@
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]