diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-09-15 16:47:57 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-17 10:07:29 +0000 |
commit | 6d4b7d88eed49936ae16ecf02d5eb5b2cc716ea1 (patch) | |
tree | ebb471a724b48501acf4947245371ed9014bf1d8 /ext/util | |
parent | 2b3def87bfe260ad143467c9f351358fce35fd7b (diff) | |
download | perl-6d4b7d88eed49936ae16ecf02d5eb5b2cc716ea1.tar.gz |
Re: [PATCH] Cray XT4/Catamount build
Message-ID: <46EC7D3D.5010604@iki.fi>
p4raw-id: //depot/perl@31878
Diffstat (limited to 'ext/util')
-rw-r--r-- | ext/util/make_ext | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext index 104eae153e..413b2e074f 100644 --- a/ext/util/make_ext +++ b/ext/util/make_ext @@ -81,9 +81,8 @@ if test ! -d "ext/$pname"; then exit 0 # not an error ? fi - case "$osname" in -catamount) # Snowball's chance to build extensions. +catamount) # Snowball's chance of building extensions. echo "This is $osname, not building $mname, sorry." exit 0 ;; |