~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Decky
  • Date: 2010-03-18 17:37:57 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20100318173757-thr1zmv3y7f0p7m0
add basic compilation sanity checks

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
CSCOPE = cscope
33
33
CONFIG = tools/config.py
 
34
SANITY = tools/sanity.py
34
35
 
35
36
.PHONY: all config config_default distclean clean cscope precheck
36
37
 
37
38
all: Makefile.config config.h config.defs
 
39
        $(SANITY)
38
40
        $(MAKE) -C kernel PRECHECK=$(PRECHECK)
39
41
        $(MAKE) -C uspace PRECHECK=$(PRECHECK)
40
42
        $(MAKE) -C boot PRECHECK=$(PRECHECK)