From 39d8191614e4a603868b5d34b11145e836e1477e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 28 Apr 2015 14:04:43 +0200 Subject: Fix run and initram dependency --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 56ecb78..906a187 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,8 @@ deflinux: test: $(INITRAM) parse_kconfig scripts/test.py -run: kconfig_parser write_config $(INITRAM) - scripts/main_loop.py +run: parse_kconfig write_config $(INITRAM) + scripts/loop.py evaluate: @ #TODO @@ -95,7 +95,7 @@ $(BUILDROOT_INITRAM): scripts/buildroot/.config scripts/buildroot/system/skeleto $(INITRAM): build $(INITRAM): $(BUILDROOT_INITRAM) - mv $< $@ + cp $< $@ scripts/buildroot/.config: cp $(BUILDROOT_DEF_CONFIG) $@ -- cgit v1.2.3