From 26713d42100ebb0f949777060102b8fa20c22ffd Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 1 Jul 2007 19:04:20 +0000 Subject: Merge the build system to trunk: ct-ng is now installable: - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng --- Makefile.steps | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.steps') diff --git a/Makefile.steps b/Makefile.steps index caf15669..7c1e41bf 100644 --- a/Makefile.steps +++ b/Makefile.steps @@ -17,13 +17,13 @@ CT_STEPS := libc_check_config \ debug \ $(CT_STEPS): - @make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@ + @make -C "$(CT_TOP_DIR)" -f $(CT_MAKEFILE) RESTART=$@ STOP=$@ $(patsubst %,-%,$(CT_STEPS)): - @make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@) + @make -C "$(CT_TOP_DIR)" -f $(CT_MAKEFILE) STOP=$(patsubst -%,%,$@) $(patsubst %,%-,$(CT_STEPS)): - @make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@) + @make -C "$(CT_TOP_DIR)" -f $(CT_MAKEFILE) RESTART=$(patsubst %-,%,$@) help-build:: @echo ' liststeps - Lists all build steps' -- cgit v1.2.3