From 3f2db990576db719cb4031423483b44a9e40ee4f Mon Sep 17 00:00:00 2001 From: Tomoki Shirasawa Date: Tue, 12 Nov 2013 10:41:51 +0900 Subject: [PATCH] move boot-attached-mic.sh.in to arch/x86/tools --- Makefile.in | 2 +- .../x86/tools/mcreboot-attached-mic.sh.in | 0 configure | 4 ++-- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename boot-attached-mic.sh.in => arch/x86/tools/mcreboot-attached-mic.sh.in (100%) diff --git a/Makefile.in b/Makefile.in index 3390c551..0a2cb1ff 100755 --- a/Makefile.in +++ b/Makefile.in @@ -28,7 +28,7 @@ install:: esac if [ "$(TARGET)" = attached-mic ]; then \ mkdir -p -m 755 $(SBINDIR); \ - install -m 755 boot-attached-mic.sh $(SBINDIR)/mcreboot; \ + install -m 755 arch/x86/tools/mcreboot-attached-mic.sh $(SBINDIR)/mcreboot; \ fi clean:: diff --git a/boot-attached-mic.sh.in b/arch/x86/tools/mcreboot-attached-mic.sh.in similarity index 100% rename from boot-attached-mic.sh.in rename to arch/x86/tools/mcreboot-attached-mic.sh.in diff --git a/configure b/configure index 0c3cb43f..692677e8 100755 --- a/configure +++ b/configure @@ -3227,7 +3227,7 @@ TARGET="$WITH_TARGET" -ac_config_files="$ac_config_files Makefile executer/user/Makefile executer/kernel/Makefile kernel/Makefile boot-attached-mic.sh" +ac_config_files="$ac_config_files Makefile executer/user/Makefile executer/kernel/Makefile kernel/Makefile arch/x86/tools/mcreboot-attached-mic.sh" if test "x$enable_dcfa" = xyes; then : @@ -3945,7 +3945,7 @@ do "executer/user/Makefile") CONFIG_FILES="$CONFIG_FILES executer/user/Makefile" ;; "executer/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES executer/kernel/Makefile" ;; "kernel/Makefile") CONFIG_FILES="$CONFIG_FILES kernel/Makefile" ;; - "boot-attached-mic.sh") CONFIG_FILES="$CONFIG_FILES boot-attached-mic.sh" ;; + "arch/x86/tools/mcreboot-attached-mic.sh") CONFIG_FILES="$CONFIG_FILES arch/x86/tools/mcreboot-attached-mic.sh" ;; "kernel/Makefile.dcfa") CONFIG_FILES="$CONFIG_FILES kernel/Makefile.dcfa" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; diff --git a/configure.ac b/configure.ac index 5ab4c080..1e802ab6 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,7 @@ AC_CONFIG_FILES([ executer/user/Makefile executer/kernel/Makefile kernel/Makefile - boot-attached-mic.sh + arch/x86/tools/mcreboot-attached-mic.sh ]) AS_IF([test "x$enable_dcfa" = xyes], [