Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-doc
Commits
034ba270
Commit
034ba270
authored
Aug 17, 2020
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Aug 17, 2020
Browse files
[Makefile] Fecth tags in targets fetch and update.
parent
445c2168
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
034ba270
...
...
@@ -404,6 +404,7 @@ update:
else
\
cd
${SRC_DIR}
/
$
(
@:.fetch
=)
;
\
git fetch
${GIT_QUIET}
origin
;
\
git fetch
${GIT_QUIET}
origin
--tags
;
\
fi
%.update
:
...
...
@@ -414,6 +415,7 @@ update:
git remote
rm
origin
;
\
git remote add origin
${
$
(@
:.update
=)_repository
}
/
$
(
@:.update
=)
;
\
git fetch origin
;
\
git fetch origin
--tags
;
\
git checkout
-q
--detach
;
\
git branch
-f
${
$
(@
:.update
=)_branch
}
origin/
${
$
(@
:.update
=)_branch
}
;
\
git checkout
-q
${
$
(@
:.update
=)_branch
}
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment