Changeset 9a0367f in mainline for uspace/Makefile


Ignore:
Timestamp:
2009-01-20T18:38:16Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27fb3d6
Parents:
b1747a5
Message:

configuration system overhaul (requires newt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rb1747a5 r9a0367f  
    3030#
    3131
    32 -include Makefile.config
     32-include ../Makefile.config
    3333
    3434DIRS = \
     
    7474CLEANS := $(addsuffix .clean,$(DIRS))
    7575
    76 .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean
     76.PHONY: all $(BUILDS) $(CLEANS) clean
    7777
    78 all:
    79         ../tools/config.py uspace.config default $(ARCH) $(COMPILER) $(CONFIG_DEBUG)
    80         $(MAKE) -C . build
    81 
    82 config:
    83         ../tools/config.py uspace.config
    84 
    85 build: $(BUILDS)
     78all: ../Makefile.config $(BUILDS)
    8679
    8780clean: $(CLEANS)
    88 
    89 distclean: clean
    90         -rm Makefile.config
    9181
    9282$(CLEANS):
Note: See TracChangeset for help on using the changeset viewer.