Changeset a4eb3ba2 in mainline for Makefile


Ignore:
Timestamp:
2018-05-22T14:21:15Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86b70c6
Parents:
904b1bc
git-author:
Jiri Svoboda <jiri@…> (2018-05-21 18:20:15)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-22 14:21:15)
Message:

Fail if ccheck issues are found. Make sure we always use the right ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r904b1bc ra4eb3ba2  
    8484
    8585ccheck: $(CCHECK)
     86        cd tools && ./build-ccheck.sh
    8687        tools/ccheck.sh
    8788
    8889ccheck-fix: $(CCHECK)
     90        cd tools && ./build-ccheck.sh
    8991        tools/ccheck.sh --fix
    9092
    9193space:
    9294        tools/srepl '[ \t]\+$$' ''
    93 
    94 $(CCHECK):
    95         cd tools && ./build-ccheck.sh
    9695
    9796doxy:
Note: See TracChangeset for help on using the changeset viewer.