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:
parent
7fb9e8e3e6
commit
867faadb9a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue