Changeset 24d6efc in mainline for uspace/Makefile


Ignore:
Timestamp:
2008-11-08T11:05:32Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c8d267
Parents:
24345a5
Message:

Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r24345a5 r24d6efc  
    9393
    9494$(CLEANS):
    95         -$(MAKE) -C $(basename $@) clean ARCH=$(ARCH)
     95        -$(MAKE) -C $(basename $@) clean
    9696
    9797$(BUILDS):
    98         $(MAKE) -C $(basename $@) all ARCH=$(ARCH) COMPILER=$(COMPILER)
     98        $(MAKE) -C $(basename $@) all
Note: See TracChangeset for help on using the changeset viewer.