HomeSort by: relevance | last modified time | path
    Searched refs:GIT (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/maintainer-scripts/
update_version_git 7 GITROOT=${GITROOT:-"/git/gcc.git"}
21 GIT=${GIT:-/usr/local/bin/git}
25 ${GIT} clone -q -b master "$GITROOT" "$SUBDIR"
gcc_release 79 -t tag Tag to mark the release in git.
81 -b local-git-repo Local git repository to speed up cloning.
108 ${GIT} clone -q --dissociate --reference "${GIT_REFERENCE}" \
112 ${GIT} clone -q -b "${GITBRANCH}" "${GITROOT}" "`basename ${SOURCE_DIRECTORY}`" || \
191 ${GIT} commit -q -m 'Update ChangeLog and version files for release' ${commit_files} && \
192 ${GIT} push) || \
206 ${GIT} rev-parse "refs/tags/${TAG}" > /dev/null 2>&1); then
210 ${GIT} tag -s -m "GCC ${RELEASE} release" "${TAG}" && \
211 ${GIT} push origin tag "${TAG}") ||
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_version_git 7 GITROOT=${GITROOT:-"/git/gcc.git"}
21 GIT=${GIT:-/usr/local/bin/git}
25 ${GIT} clone -q -b master "$GITROOT" "$SUBDIR"
gcc_release 79 -t tag Tag to mark the release in git.
81 -b local-git-repo Local git repository to speed up cloning.
108 ${GIT} clone -q --dissociate --reference "${GIT_REFERENCE}" \
112 ${GIT} clone -q -b "${GITBRANCH}" "${GITROOT}" "`basename ${SOURCE_DIRECTORY}`" || \
191 ${GIT} commit -q -m 'Update ChangeLog and version files for release' ${commit_files} && \
192 ${GIT} push) || \
206 ${GIT} rev-parse "refs/tags/${TAG}" > /dev/null 2>&1); then
210 ${GIT} tag -s -m "GCC ${RELEASE} release" "${TAG}" && \
211 ${GIT} push origin tag "${TAG}") ||
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
ProjectMap.py 15 GIT = "git"
162 if source == DownloadType.GIT:
181 f"if it has a 'git' source")
SATestBuild.py 591 if self.project.source == DownloadType.GIT:
606 check_call(f"git clone --recursive {repo} {cached_source}",
609 check_call(f"git checkout --quiet {self.project.commit}",
911 Remove empty folders from results, as git would not store them.
  /src/external/gpl3/gcc/dist/contrib/
gcc_update 3 # Update a local Subversion, Git or Mercurial tree from the GCC
16 # By default all command-line options are passed to `svn update` or `hg/git
315 if [ -d .git ] || [ -f .git ]; then
316 GCC_GIT=${GCC_GIT-${GIT-git}}
317 vcs_type="git"
325 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
337 git)
338 chat "Updating GIT tree
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
gcc_update 3 # Update a local Subversion, Git or Mercurial tree from the GCC
16 # By default all command-line options are passed to `svn update` or `hg/git
298 if [ -d .git ] || [ -f .git ]; then
299 GCC_GIT=${GCC_GIT-${GIT-git}}
300 vcs_type="git"
308 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
320 git)
321 chat "Updating GIT tree
    [all...]
  /src/external/gpl3/autoconf/dist/
maint.mk 38 GIT = git
39 VC = $(GIT)
80 ifeq ($(VC),$(GIT))
337 # git grep -l '\<exit *(1)' \
341 # git grep -l '\<exit *(0)' \
1229 gnulib-version = $$(cd $(gnulib_dir) && git describe)
1235 $$(git cat-file tag v$(VERSION) \
1297 if test -d $(srcdir)/.git; then \
1298 diff=$$(cd $(srcdir) && git submodule -q foreach
    [all...]

Completed in 33 milliseconds