Changeset 8c25a4a in mainline for Makefile


Ignore:
Timestamp:
2008-08-09T18:57:18Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3105ff6
Parents:
619e7c9b
Message:

more descriptive structure definitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r619e7c9b r8c25a4a  
    135135        -$(MAKE) -C uspace distclean
    136136        -$(MAKE) -C boot distclean
    137         -rm Makefile.config
     137        rm -f Makefile.config tools/*.pyc
    138138
    139139clean:
     
    143143
    144144cscope:
    145         -rm cscope.out
    146         -find kernel boot uspace -regex '^.*\.[chsS]$$' -print >srclist
    147         -cscope -bi srclist
     145        find kernel boot uspace -regex '^.*\.[chsS]$$' -print > srclist
     146        rm -f cscope.out
     147        cscope -bi srclist
Note: See TracChangeset for help on using the changeset viewer.