summaryrefslogtreecommitdiff
path: root/Makefile.steps
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 16:55:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-01 16:55:33 (GMT)
commit51554bf237037946b12f7aea97708f1a64c091a6 (patch)
treec718c86470d8003b516cdb8e92d15b7cb208e00c /Makefile.steps
parente5f94e60379fe134ae6f8eae6b84f20cde54bb85 (diff)
Introduce the notion of tols facilities (none so far, sstrip coming right away...).
Diffstat (limited to 'Makefile.steps')
-rw-r--r--Makefile.steps3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.steps b/Makefile.steps
index 4b18165..e09c3c7 100644
--- a/Makefile.steps
+++ b/Makefile.steps
@@ -13,6 +13,7 @@ libfloat \
libc \
cc \
libc_finish \
+tools \
debug \
:
@make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@
@@ -29,6 +30,7 @@ debug \
-libc \
-cc \
-libc_finish \
+-tools \
-debug \
:
@make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@)
@@ -45,6 +47,7 @@ libfloat- \
libc- \
cc- \
libc_finish- \
+tools- \
debug- \
:
@make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)