[Haskell-cafe] Re: [Haskell] ANNOUNCE: jhc 0.7.4
Brandon S Allbery KF8NH
allbery at ece.cmu.edu
Sat Jul 10 19:18:15 EDT 2010
-----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] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
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-----
More information about the Haskell-Cafe
mailing list