~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to boot/arch/mips32/loader/Makefile

  • Committer: Martin Decky
  • Date: 2010-03-19 18:30:12 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20100319183012-rmyqumxyx09q51kd
more autotooling: run actually the compiler in autotool.py and detect sizes of integers, generate common.h
more build system cleanup: remove redundancy, remove config.defs, merge kernel makefiles to a single file

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
.PHONY: all clean
33
33
 
34
 
all: ../../../../version ../../../../Makefile.common ../../../../Makefile.config ../../../../config.h ../../../../config.defs
 
34
all: ../../../../version ../../../../Makefile.common ../../../../Makefile.config ../../../../config.h
35
35
        -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV)
36
36
        $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK)
37
37