ICU-5808 --with-data-packaging=archive just makes things more complicated for no good reason.

X-SVN-Rev: 22488
This commit is contained in:
Eric Mader 2007-08-23 17:02:14 +00:00
parent 83ca3fe277
commit 58b77a0590

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Exhaust(ive, ing) (Mean, Multi) (Test, Trouble) # 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 # Builds ICU a whole lotta times and with different options
@ -32,7 +32,8 @@ BUILD_DIR=${BUILD_DIR:-${S}/uconfigtest}
ICUPLATFORM=${ICUPLATFORM:-LinuxRedHat} ICUPLATFORM=${ICUPLATFORM:-LinuxRedHat}
# Global Config options to use # Global Config options to use
export COPTS=" --with-data-packaging=archive" #export COPTS=" --with-data-packaging=archive"
export COPTS=
# Global testing options to use # Global testing options to use
export INTLTESTOPTS=-w export INTLTESTOPTS=-w