Skip to content

Commit

Permalink
tools: fix ICU shrinker and docs
Browse files Browse the repository at this point in the history
- tools: path to ICU datafile moved
- docs: configure is now configure.py

Fixes: #23245

PR-URL: #23266
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
srl295 authored and targos committed Oct 5, 2018
1 parent 76a0396 commit f2c90d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/icu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ make clean
tools/license-builder.sh
```

- Now, fix the default URL for the `full-icu` build in `/configure`, in
- Now, fix the default URL for the `full-icu` build in `/configure.py`, in
the `configure_intl()` function. It should match the ICU URL used in the
first step. When this is done, the following should build with full ICU.

Expand All @@ -104,7 +104,7 @@ make
make test-ci
```

- commit the change to `configure` along with the updated `LICENSE` file.
- commit the change to `configure.py` along with the updated `LICENSE` file.

- Note: To simplify review, I often will “pre-land” this patch, meaning that
I run the patch through `curl -L https://github.com/nodejs/node/pull/xxx.patch
Expand Down
2 changes: 1 addition & 1 deletion tools/icu/shrink-icu-src.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
parser.add_option('--icutmp',
action='store',
dest='icutmp',
default='out/Release/gen/icutmp',
default='out/Release/obj/gen/icutmp',
help='path to icutmp dir.')


Expand Down

0 comments on commit f2c90d0

Please sign in to comment.