unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Richard Todd <rwtodd@mac.com>
Cc: Richard Todd <rwtodd@mac.com>
Subject: [patch] render-bugs relies on GNU find
Date: Tue, 24 Aug 2004 21:57:07 -0500	[thread overview]
Message-ID: <73AC5862-F642-11D8-8679-000A95B4C7DC@mac.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

On my Mac OS X setup, I don't have GNU find.  render-bugs relies on the 
GNU find -printf extension, so autogen.sh fails when I run it.

I realize it's not hard to just get GNU find, but with the attached 
patch, render-bugs should produce identical output and work on more 
systems.


[-- Attachment #2: render-bugs.patch --]
[-- Type: application/octet-stream, Size: 617 bytes --]

Index: guile-scripts/render-bugs
===================================================================
RCS file: /cvsroot/guile/guile/guile-scripts/render-bugs,v
retrieving revision 1.3
diff -u -r1.3 render-bugs
--- guile-scripts/render-bugs	19 Jul 2002 04:18:52 -0000	1.3
+++ guile-scripts/render-bugs	25 Aug 2004 02:41:22 -0000
@@ -11,7 +11,7 @@
 echo 'Please send bug reports to bug-guile@gnu.org (after checking this file).'
 echo
 find . -name '[a-z0-9]*' -type f -not -name '*~' \
-    \( -printf "name: %f\n" \
+    \( -exec printf "name: " \; -print \
        -exec sed '/^$/ q' '{}' \; \) \
     -maxdepth 1
 

[-- Attachment #3: Type: text/plain, Size: 143 bytes --]

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

             reply	other threads:[~2004-08-25  2:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-25  2:57 Richard Todd [this message]
2004-09-08 15:09 ` [patch] render-bugs relies on GNU find Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=73AC5862-F642-11D8-8679-000A95B4C7DC@mac.com \
    --to=rwtodd@mac.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).