Changeset e9dba436 in mainline for uspace/Makefile


Ignore:
Timestamp:
2018-01-26T23:50:30Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
663b26ec
Parents:
03cfe2ec
Message:

Generate files that a third party can use to build software for HelenOS
without necessarily knowing anything about the build system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r03cfe2ec re9dba436  
    255255CLEANS := $(addsuffix .clean,$(DIRS) $(LIBS) $(BASE_LIBS))
    256256
    257 .PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean
     257.PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean export
    258258
    259259all: $(BUILDS) $(BUILDS_TESTS)
     
    261261$(BUILDS_TESTS): $(BASE_BUILDS) $(BUILDS)
    262262        $(MAKE) -r -C $(basename $@) all-test PRECHECK=$(PRECHECK)
     263
     264export: lib/posix.build lib/math.build lib/clui.build
     265        $(MAKE) -r -C lib/posix export EXPORT_DIR=$(EXPORT_DIR)
    263266
    264267clean: $(CLEANS)
Note: See TracChangeset for help on using the changeset viewer.