diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-31 07:21:20 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-31 07:21:20 +0200 |
commit | a09ac112153416cc5860bbc5192aa68f4985755e (patch) | |
tree | 27de630f0797680b63518181e4603860046da957 /build/NWGNUenvironment.inc | |
parent | Simplify the interface to ap_reclaim_child_processes() and (diff) | |
download | apache2-a09ac112153416cc5860bbc5192aa68f4985755e.tar.xz apache2-a09ac112153416cc5860bbc5192aa68f4985755e.zip |
Removed dependency on sort command for export list.
Added a shell sort function to the NetWare export script
which is only few ms slower than the external sort command;
this makes the export list now identical on all build platforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r-- | build/NWGNUenvironment.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 2b0cc70ec2..e5fc7cef53 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -132,7 +132,6 @@ WIN_CC = mwcc # Setup build tools AWK = awk -SORT = sort # Setup distribution tools ZIP = zip -qr9 |