From 867faadb9a83827de1cb9f381d22200625ba0155 Mon Sep 17 00:00:00 2001 From: maroy Date: Wed, 27 Apr 2005 09:53:12 +0000 Subject: [PATCH] changed the distclean target to remove module and product setup stamps and also the compile stamp. this makes the recompile target do a real recompile --- livesupport/etc/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/livesupport/etc/Makefile.in b/livesupport/etc/Makefile.in index 0a0bfb9be..2f005c9df 100644 --- a/livesupport/etc/Makefile.in +++ b/livesupport/etc/Makefile.in @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.3 $ +# Version : $Revision: 1.4 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $ #------------------------------------------------------------------------------- @@ -218,6 +218,9 @@ distclean: ${MAKE} -C ${WIDGETS_DIR} distclean ${MAKE} -C ${SCHEDULER_DIR} distclean ${MAKE} -C ${GLIVESUPPORT_DIR} distclean + ${RM} ${TMP_DIR}/compile.stamp + ${RM} ${TMP_DIR}/modules_setup.stamp + ${RM} ${TMP_DIR}/products_setup.stamp depclean: ${MAKE} -C ${CORE_DIR} depclean