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
This commit is contained in:
maroy 2005-04-27 09:53:12 +00:00
parent 7fb9e8e3e6
commit 867faadb9a

View file

@ -21,7 +21,7 @@
# #
# #
# Author : $Author: maroy $ # Author : $Author: maroy $
# Version : $Revision: 1.3 $ # Version : $Revision: 1.4 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -218,6 +218,9 @@ distclean:
${MAKE} -C ${WIDGETS_DIR} distclean ${MAKE} -C ${WIDGETS_DIR} distclean
${MAKE} -C ${SCHEDULER_DIR} distclean ${MAKE} -C ${SCHEDULER_DIR} distclean
${MAKE} -C ${GLIVESUPPORT_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: depclean:
${MAKE} -C ${CORE_DIR} depclean ${MAKE} -C ${CORE_DIR} depclean