Changes in uspace/Makefile [a047aaa:7e69e0e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra047aaa r7e69e0e  
    3434
    3535DIRS = \
    36         app/barber \
    3736        app/bdsh \
    3837        app/bithenge \
     
    213212        lib/fmtutil \
    214213        lib/scsi \
    215         lib/compress \
    216214        lib/softint \
    217215        lib/softfloat \
     
    235233        lib/usbvirt \
    236234        lib/pcm \
    237         lib/pcut \
    238235        lib/bithenge \
    239236        lib/posix \
     
    245242LIBN_BUILD = $(addsuffix .build,$(LIBN))
    246243BUILDS := $(addsuffix .build,$(DIRS))
    247 BUILDS_TESTS := $(addsuffix .build-test,$(DIRS) $(LIBS) lib/c)
    248244
    249245CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(LIBN)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC))
     
    251247.PHONY: all $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) $(BUILDS) $(CLEANS) clean
    252248
    253 all: $(BUILDS) $(BUILDS_TESTS)
    254 
    255 $(BUILDS_TESTS): $(BUILDS)
    256         $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK)
     249all: $(BUILDS)
    257250
    258251clean: $(CLEANS)
Note: See TracChangeset for help on using the changeset viewer.