[PATCH] Avoid to remove too much files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Alessio Igor Bogani <abogani@xxxxxxxxxx>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index b7ac587..1b1b02c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ pi_stress:  src/pi_tests/pi_stress.c
 CLEANUP = $(TARGETS) *.o .depend *.*~ ChangeLog *.orig *.rej rt-tests.spec
 
 clean:
-	for F in $(CLEANUP); do find -type f -iname $$F | xargs rm -f; done
+	for F in $(CLEANUP); do find -type f -name $$F | xargs rm -f; done
 
 distclean: clean
 	rm -rf BUILD RPMS SRPMS releases
-- 
1.5.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux