Changeset 4cac212c in mainline


Ignore:
Timestamp:
2009-02-14T21:32:11Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bfd1546
Parents:
687c3cd
Message:

including Makefile.config in primary Makefile is no longer needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r687c3cd r4cac212c  
    3030#
    3131
    32 -include Makefile.config
     32.PHONY: all config distclean clean cscope
    3333
    34 .PHONY: all build config distclean clean cscope
    35 
    36 all:
    37         tools/config.py HelenOS.config default
    38         $(MAKE) -C . build
    39 
    40 build: Makefile.config config.h config.defs
     34all: Makefile.config config.h config.defs
    4135        $(MAKE) -C kernel
    4236        $(MAKE) -C uspace
    4337        $(MAKE) -C boot
    4438
    45 config: HelenOS.config
     39Makefile.config config.h config.defs: HelenOS.config
     40        tools/config.py HelenOS.config default
     41
     42config:
    4643        tools/config.py HelenOS.config
    4744
Note: See TracChangeset for help on using the changeset viewer.