[build] fix build on Mac after ed000eea The new subdir-objects automake option creates temp files that trips up the license check. Thanks to Alexander and Noah for helping to track this down.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/69412764 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/69412764 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/69412764 Branch: refs/heads/Query-UI-Cleanup Commit: 6941276424cf9994d9f3735ff3c9e9a98a8c59cd Parents: a5489a7 Author: Jan Lehnardt <[email protected]> Authored: Wed Apr 16 19:30:29 2014 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Wed Apr 16 19:30:29 2014 +0200 ---------------------------------------------------------------------- license.skip | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/69412764/license.skip ---------------------------------------------------------------------- diff --git a/license.skip b/license.skip index 45558d1..f5e49da 100644 --- a/license.skip +++ b/license.skip @@ -114,6 +114,8 @@ ^src/couchdb/priv/couchjs ^src/couchdb/priv/couchspawnkillable ^src/couchdb/priv/stat_descriptions.cfg +^src/couchdb/priv/icu_driver/.deps/.dirstamp +^src/couchdb/priv/icu_driver/.dirstamp ^src/couchjs-node/package.json ^src/couchjs-node/sandbox.js ^src/couchjs-node/README.md
