Changeset 9c3038d in mainline for uspace/Makefile


Ignore:
Timestamp:
2018-12-02T11:43:30Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3ca0a2d, 6abdef37, a0765f6
Parents:
26f5bdf
Message:

Ensure export dir exists

The directory is created in export-includes (lib/posix) but that might
be too late when running in parallel (as Makefile.* are copied without
creating this directory).

This caused nondeterministic failures on CI where the export is run in
parallel (as called from hsct.sh). Wish we were testing more :-(.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r26f5bdf r9c3038d  
    274274
    275275export: $(BUILDS)
     276        mkdir -p $(EXPORT_DIR)
    276277        $(MAKE) -r -C lib/posix export EXPORT_DIR=$(EXPORT_DIR)
    277278
Note: See TracChangeset for help on using the changeset viewer.