Changeset 3ad309d in mainline for Makefile


Ignore:
Timestamp:
2010-03-18T17:37:57Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
177e4ea
Parents:
7b76744
Message:

add basic compilation sanity checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7b76744 r3ad309d  
    3232CSCOPE = cscope
    3333CONFIG = tools/config.py
     34SANITY = tools/sanity.py
    3435
    3536.PHONY: all config config_default distclean clean cscope precheck
    3637
    3738all: Makefile.config config.h config.defs
     39        $(SANITY)
    3840        $(MAKE) -C kernel PRECHECK=$(PRECHECK)
    3941        $(MAKE) -C uspace PRECHECK=$(PRECHECK)
Note: See TracChangeset for help on using the changeset viewer.