mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5808 --with-data-packaging=archive just makes things more complicated for no good reason.
X-SVN-Rev: 22488
This commit is contained in:
parent
83ca3fe277
commit
58b77a0590
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Exhaust(ive, ing) (Mean, Multi) (Test, Trouble)
|
||||
# Copyright (c) 2002-2006 IBM All Rights Reserved
|
||||
# Copyright (c) 2002-2007 IBM All Rights Reserved
|
||||
#
|
||||
|
||||
# Builds ICU a whole lotta times and with different options
|
||||
|
@ -32,7 +32,8 @@ BUILD_DIR=${BUILD_DIR:-${S}/uconfigtest}
|
|||
ICUPLATFORM=${ICUPLATFORM:-LinuxRedHat}
|
||||
|
||||
# Global Config options to use
|
||||
export COPTS=" --with-data-packaging=archive"
|
||||
#export COPTS=" --with-data-packaging=archive"
|
||||
export COPTS=
|
||||
|
||||
# Global testing options to use
|
||||
export INTLTESTOPTS=-w
|
||||
|
|
Loading…
Add table
Reference in a new issue