- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 92fff0c
- Parents:
- 1783f75
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 14:30:56)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r1783f75 re503cea9 66 66 endif 67 67 68 .PHONY: all precheck cscope cscope_parts config_default config distclean clean check releasefile release meson export-posixspace68 .PHONY: all precheck cscope cscope_parts config_default config distclean clean check releasefile release meson space 69 69 70 70 all: meson … … 110 110 tools/srepl '[ \t]\+$$' '' 111 111 112 doxy: 113 $(MAKE) -r -Cdoxygen112 doxy: $(BUILD_DIR)/build.ninja 113 ninja -C $(BUILD_DIR) doxygen 114 114 115 115 # Pre-integration build check
Note:
See TracChangeset
for help on using the changeset viewer.