summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 09:09:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-15 09:09:04 (GMT)
commite9916d58e93c921b099170b4b5ffcd954b7da818 (patch)
treeb78c1cafe2c96884451b334cb4f534bfa7c15898
parentcaab647ef249b65c00e04ae9b269163fe4ce71d9 (diff)
Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.
-rw-r--r--Makefile.in2
-rw-r--r--ct-ng.in8
-rw-r--r--kconfig/kconfig.mk (renamed from kconfig/Makefile)0
-rw-r--r--samples/samples.mk (renamed from samples/Makefile)0
-rw-r--r--steps.mk (renamed from Makefile.steps)0
-rw-r--r--tools/tools.mk (renamed from tools/Makefile)0
6 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 840a382..70541f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,7 +80,7 @@ install-lib-main: $(LIBDIR)
tar cf - --exclude=.svn $${src_dir} |(cd $(LIBDIR); tar xf -); \
done
@rm -f $(LIBDIR)/tools/addToolVersion.sh
- @for src_file in Makefile.steps version; do \
+ @for src_file in steps.mk version; do \
echo " INST $${src_file}"; \
install -m 644 $${src_file} $(LIBDIR)/$${src_file}; \
done
diff --git a/ct-ng.in b/ct-ng.in
index a9f956f..6c8aa54 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -70,10 +70,10 @@ help-clean::
@echo ' clean - Remove generated files'
@echo ' distclean - Remove generated files, configuration and build directories'
-include $(CT_LIB_DIR)/kconfig/Makefile
-include $(CT_LIB_DIR)/samples/Makefile
-include $(CT_LIB_DIR)/tools/Makefile
-include $(CT_LIB_DIR)/Makefile.steps
+include $(CT_LIB_DIR)/kconfig/kconfig.mk
+include $(CT_LIB_DIR)/samples/samples.mk
+include $(CT_LIB_DIR)/tools/tools.mk
+include $(CT_LIB_DIR)/steps.mk
help-distrib::
@echo ' tarball - Build a tarball of the configured toolchain'
diff --git a/kconfig/Makefile b/kconfig/kconfig.mk
index 4765374..4765374 100644
--- a/kconfig/Makefile
+++ b/kconfig/kconfig.mk
diff --git a/samples/Makefile b/samples/samples.mk
index 3d1dc60..3d1dc60 100644
--- a/samples/Makefile
+++ b/samples/samples.mk
diff --git a/Makefile.steps b/steps.mk
index a89a757..a89a757 100644
--- a/Makefile.steps
+++ b/steps.mk
diff --git a/tools/Makefile b/tools/tools.mk
index 72416b8..72416b8 100644
--- a/tools/Makefile
+++ b/tools/tools.mk