From b6857dd18b0bb6f3f09b0468f193f6b50beab50d Mon Sep 17 00:00:00 2001 From: gkostka Date: Sun, 6 Apr 2014 17:49:10 +0000 Subject: [PATCH] Minor changes in makefiles. --- Makefile | 5 +++++ fs_test.mk | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f6a0ac1..a4e1476 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,11 @@ clean: rm -R -f build_cortex-m3 rm -R -f build_cortex-m4 rm -R -f build_generic + rm -R -f ext_images + +unpack_images: + rm -R -f ext_images + 7z x ext_images.7z include fs_test.mk diff --git a/fs_test.mk b/fs_test.mk index fdcbdca..63170c1 100644 --- a/fs_test.mk +++ b/fs_test.mk @@ -422,10 +422,6 @@ t20: $(LWEXT4_CLIENT) -c "umount /" -unpack_images: - rm -R -f ext_images - 7za x ext_images.7z - server_ext2: $(LWEXT4_SERVER) -i ext_images/ext2