This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [RFA-v3] Add scripts to generate ARI web pages to gdb/contrib/ari directory
- From: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- To: <gdb-patches at sourceware dot org>
- Date: Mon, 28 May 2012 20:37:56 +0200
- Subject: RE: [RFA-v3] Add scripts to generate ARI web pages to gdb/contrib/ari directory
- References: <001201cd3547$377188b0$a6549a10$@muller@ics-cnrs.unistra.fr> <20120525194654.GA30472@host2.jankratochvil.net> <003c01cd3b3c$d85e07d0$891a1770$@muller@ics-cnrs.unistra.fr> <m37gvygteu.fsf@redhat.com> <002101cd3c42$5473b670$fd5b2350$@muller@ics-cnrs.unistra.fr> <m3txz1ffjw.fsf@redhat.com> <006701cd3d00$6b9566a0$42c033e0$@muller@ics-cnrs.unistra.fr>
> The patch should apply cleanly using
> patch -p 0 -I ari.patch at
> src/gdb directory level and create new scripts in
> gdb/contrib./ari directory.
I knew I was forgetting something, but it only comes back when you hit the
'Send' button....
Here it is:
as Sergio noted, the patch doesn't contain any filemode specification.
I only use CVS which doesn't seem to care when creating a patch...
This means that you need to use
chmod u+x contrib./ari/*.sh
in order to be able to create a web page by simply calling
./contrib./ari/create-web-ari-in-src.sh
Sorry about this,
Pierre