-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 7/10/10 17:15 , Brandon S Allbery KF8NH wrote:
> Haven't looked at sed, but "-name" should work in any version of find. Are
> you sure about this?
>
> (maybe I'll suck down the source and audit for platform compatibility)
Makefile.in, lines 865, 903, 907: "find -wholename" isn't portable.
Makefile.in, line 93 and many others: combining commands with ";" is
unreliably portable outside of a {;,,,;} construct (and portable to SVR4
only with the extra semicolons as shown above; GNU usually lets you omit
them). Use multiple -e options instead.
Also, all of the "find" invocations assume the default action is "-print";
this will silently fail on Solaris and other commercial Unixes based on SVR4.
- --
brandon s. allbery [linux,solaris,freebsd,perl] [email protected]
system administrator [openafs,heimdal,too many hats] [email protected]
electrical and computer engineering, carnegie mellon university KF8NH
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkw4/7cACgkQIn7hlCsL25XQugCdHazbd782RJEaM5zL64R1WhTm
2UcAoMrdqQEtzTw9Zh7FpKuPaqQ7rdck
=Dq+I
-----END PGP SIGNATURE-----
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe