Changes in uspace/Makefile [865b981:7e69e0e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r865b981 r7e69e0e  
    5858        app/mkexfat \
    5959        app/mkmfs \
     60        app/modplay \
    6061        app/nterm \
    6162        app/redir \
     
    224225        lib/nic \
    225226        lib/ext4 \
     227        lib/trackmod \
    226228        lib/uri \
    227229        lib/usb \
     
    231233        lib/usbvirt \
    232234        lib/pcm \
    233         lib/pcut \
    234235        lib/bithenge \
    235236        lib/posix \
     
    241242LIBN_BUILD = $(addsuffix .build,$(LIBN))
    242243BUILDS := $(addsuffix .build,$(DIRS))
    243 BUILDS_TESTS := $(addsuffix .build-test,$(DIRS) $(LIBS) lib/c)
    244244
    245245CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(LIBN)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC))
     
    247247.PHONY: all $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) $(BUILDS) $(CLEANS) clean
    248248
    249 all: $(BUILDS) $(BUILDS_TESTS)
    250 
    251 $(BUILDS_TESTS): $(BUILDS)
    252         $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK)
     249all: $(BUILDS)
    253250
    254251clean: $(CLEANS)
Note: See TracChangeset for help on using the changeset viewer.