Changeset 0783909 for tests


Ignore:
Timestamp:
Jan 6, 2021, 3:57:39 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1f58c62, 709b812
Parents:
587a608
Message:

Fix error in clean recipe spuriously failing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r587a608 r0783909  
    103103
    104104mostlyclean-local :
     105        find ${builddir} -not -path './__pycache__/*' -path '*.o' -delete
     106        find ${builddir} -not -path './__pycache__/*' -path '*/.err/*.log' -delete
     107        find ${builddir} -not -path './__pycache__/*' -path '*/.out/*.log' -delete
    105108        rm -f ${EXTRA_PROGRAMS}
    106109        rm -rf __pycache__
    107         find ${builddir} -path '*.o' -delete
    108         find ${builddir} -path '*/.err/*.log' -delete
    109         find ${builddir} -path '*/.out/*.log' -delete
    110110
    111111distclean-local :
Note: See TracChangeset for help on using the changeset viewer.