From 8208be4da3ea5b27bd51c97eada5ee967ea8bae2 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Thu, 26 Mar 2015 15:05:16 +0100 Subject: [PATCH] MT#9249 Fix 'make clean' (delete all generated sipwise_*.cfg files) Change-Id: I6e16c8d3f1d9030e8f0efa68c9acb2c90a12fa6f --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 30f79ff..d333cac 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,9 @@ shellcheck: echo " done."; \ clean: - rm -f templates-ce/boot/grub/sipwise_latest.cfg templates-ce/boot/grub/sipwise_lts.cfg \ - templates-ce/boot/isolinux/sipwise_latest.cfg templates-ce/boot/isolinux/sipwise_lts.cfg + rm -f templates-ce/boot/grub/sipwise_*.cfg templates-ce/boot/isolinux/sipwise_*.cfg rm -f templates-ce/boot/isolinux/syslinux.cfg - rm -f templates/boot/grub/sipwise_latest.cfg templates/boot/grub/sipwise_lts.cfg \ - templates/boot/isolinux/sipwise_latest.cfg templates/boot/isolinux/sipwise_lts.cfg + rm -f templates/boot/grub/sipwise_*.cfg templates/boot/isolinux/sipwise_*.cfg rm -f templates/boot/isolinux/syslinux.cfg rm -rf templates-ce/scripts/includes/netscript rm -f templates-ce/scripts/includes/sipwise.gpg