Changeset 218e50c in mainline for Makefile


Ignore:
Timestamp:
2009-11-25T14:45:59Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5a8ca7
Parents:
656437a0
Message:

style changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r656437a0 r218e50c  
    3030#
    3131
    32 CSCOPE = cscope.out
     32CSCOPE = cscope
    3333STANSE = stanse
    3434
     
    4646
    4747cscope:
    48         find kernel boot uspace -regex '^.*\.[chsS]$$' | xargs cscope -b -k -u -f$(CSCOPE)
     48        find kernel boot uspace -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE).out
    4949
    5050Makefile.config: config_default
     
    6161
    6262distclean: clean
    63         rm -f $(CSCOPE) Makefile.config config.h config.defs tools/*.pyc
     63        rm -f $(CSCOPE).out Makefile.config config.h config.defs tools/*.pyc
    6464
    6565clean:
Note: See TracChangeset for help on using the changeset viewer.