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
83953c97
Commit
83953c97
authored
Aug 05, 2014
by
Florent Lamiraux
Browse files
enhance installation Makefile.
- add target very_clean - make target status nicer.
parent
a49880bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
83953c97
...
...
@@ -142,12 +142,15 @@ hpp_tutorial.configure.dep: iai_maps.install hpp-corbaserver.install \
hpp_ros.install hpp_tutorial.checkout
status
:
for
d
in
eigen3 fcl jrl-mathtools hpp-util roboptim-core roboptim-trajectory 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
\
cd
${SRC_DIR}
/
$$
d
;
\
echo
"---------------------------------------------------------------"
;
\
echo
$$
d
;
\
echo
"---------------------------------------------------------------"
;
\
git status
;
done
@
for
child_dir
in
$$
(
ls
${SRC_DIR}
)
;
do
\
test
-d
"
$$
child_dir"
||
continue
;
\
test
-d
"
$$
child_dir/.git"
||
continue
;
\
cd
"
$$
child_dir"
;
\
echo
\
"
\0
33[1;36m------- Folder
$$
child_dir ---------------
\0
33[0m"
;
\
git
--no-pager
-c
status.showUntrackedFiles
=
no status
;
\
cd
..
;
\
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
\
...
...
@@ -189,6 +192,9 @@ update:
cd
${SRC_DIR}
/
$
(
@:.clean
=)
/build
;
\
make clean
%.very-clean
:
rm
-rf
${SRC_DIR}
/
$
(
@:.very-clean
=)
/build/
*
%.status
:
cd
${SRC_DIR}
/
$
(
@:.status
=)
;
git status
...
...
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