#!/bin/bash # Copyright 2013 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if [[ a"`ctags --version | head -1 | grep \"^Exuberant Ctags\"`" == "a" ]]; then cat < /dev/null || fail $1 mv -f .tmp_tags tags } # We always build the top level but leave all submodules as optional. build_dir --extra-excludes "" "top level" # Build any other directies that are listed on the command line. for dir in $@; do build_dir "$1" shift done