Changes in uspace/Makefile [865b981:75fe97b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r865b981 r75fe97b  
    131131        srv/hw/char/s3c24xx_uart \
    132132        srv/hid/rfb \
    133         drv/audio/hdaudio \
    134133        drv/audio/sb16 \
    135134        drv/root/root \
     
    231230        lib/usbvirt \
    232231        lib/pcm \
    233         lib/pcut \
    234232        lib/bithenge \
    235233        lib/posix \
     
    241239LIBN_BUILD = $(addsuffix .build,$(LIBN))
    242240BUILDS := $(addsuffix .build,$(DIRS))
    243 BUILDS_TESTS := $(addsuffix .build-test,$(DIRS) $(LIBS) lib/c)
    244241
    245242CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(LIBN)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC))
     
    247244.PHONY: all $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) $(BUILDS) $(CLEANS) clean
    248245
    249 all: $(BUILDS) $(BUILDS_TESTS)
    250 
    251 $(BUILDS_TESTS): $(BUILDS)
    252         $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK)
     246all: $(BUILDS)
    253247
    254248clean: $(CLEANS)
Note: See TracChangeset for help on using the changeset viewer.