From 23e6e4407316d3abc8baec0fac5c238f18576b61 Mon Sep 17 00:00:00 2001 From: Mayank Gupta Date: Wed, 22 Mar 2017 11:16:26 +0530 Subject: [PATCH] Updated cleanup script for complete cleanup after build --- linux/cleanup | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/linux/cleanup b/linux/cleanup index ef1467fe..ac74401a 100644 --- a/linux/cleanup +++ b/linux/cleanup @@ -1,10 +1,4 @@ #!/bin/bash -rm -rf Makefile -rm -rf configure -rm -rf *.in -rm -rf config.status -rm -rf config.log -rm -rf aclocal.m4 -rm -rf build-conf -rm -rf autom4te.cache \ No newline at end of file +make distclean > /dev/null 2>&1 || true +rm -rf Makefile configure *.in config.status config.log aclocal.m4 build-conf autom4te.cache