GNU ls -T has different meaning

This commit is contained in:
Nobuyoshi Nakada 2019-07-24 21:03:01 +09:00
parent 65a9d4b0f7
commit 96b0d7cd6f
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

View File

@ -423,7 +423,7 @@ before_script:
- "> .rbconfig.time" - "> .rbconfig.time"
- sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
- date; make touch-unicode-files - date; make touch-unicode-files
- ls -ltT tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time - [ ${TRAVIS_OS_NAME} != osx ] || ls -ltT tool/generic_erb.rb template/unicode_norm_gen.tmpl enc/unicode/data/*/ucd/.unicode-tables.time
- date; make -s $JOBS $UPDATE_UNICODE up - date; make -s $JOBS $UPDATE_UNICODE up
- date; make -s $JOBS srcs - date; make -s $JOBS srcs
- rm -f config.status Makefile rbconfig.rb .rbconfig.time - rm -f config.status Makefile rbconfig.rb .rbconfig.time