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
81fae339
Commit
81fae339
authored
Sep 04, 2014
by
Florent Lamiraux
Browse files
Add log target
- write the list of packages with their commit id.
parent
a5fce42a
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
81fae339
...
...
@@ -152,6 +152,13 @@ status:
cd
..
;
\
done
log
:
@
for
child_dir
in
$$
(
ls
${SRC_DIR}
)
;
do
\
test
-d
"
$$
child_dir"
||
continue
;
\
test
-d
"
$$
child_dir/.git"
||
continue
;
\
${MAKE}
"
$$
child_dir"
.log
;
\
done
update
:
for
d
in
hpp-util hpp-model hpp-model-urdf hpp-core hpp-template-corba hpp-corbaserver hpp-constraints hpp-wholebody-step hpp-wholebody-step-corba hpp_ros hpp-manipulation hpp-manipulation-corba airbus_ros airbus_environment hpp-doc
;
do
\
echo
"Updating
$$
d"
;
\
...
...
@@ -198,6 +205,14 @@ update:
%.status
:
cd
${SRC_DIR}
/
$
(
@:.status
=)
;
git status
%.log
:
@
cd
${SRC_DIR}
/
$
(
@:.log
=)
;
\
if
[
-f
.git/refs/heads/
${
$
(@
:.log
=)_branch
}
]
;
then
\
echo
-n
"
$
(@:.log=): "
;
\
cat
.git/refs/heads/
${
$
(@
:.log
=)_branch
}
;
\
fi
hpp-doc.configure
:
hpp-doc.checkout
cd
${SRC_DIR}
/
$
(
@:.configure
=)
;
\
./bootstrap
;
\
...
...
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