unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [patch] render-bugs relies on GNU find
@ 2004-08-25  2:57 Richard Todd
  2004-09-08 15:09 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Todd @ 2004-08-25  2:57 UTC (permalink / raw)
  Cc: Richard Todd

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] render-bugs relies on GNU find
  2004-08-25  2:57 [patch] render-bugs relies on GNU find Richard Todd
@ 2004-09-08 15:09 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2004-09-08 15:09 UTC (permalink / raw)
  Cc: guile-devel

Richard Todd <rwtodd@mac.com> writes:

> 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.

Applied, thanks!


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-08 15:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-25  2:57 [patch] render-bugs relies on GNU find Richard Todd
2004-09-08 15:09 ` Marius Vollmer

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).