- Timestamp:
- 2019-08-17T12:49:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58ef532
- Parents:
- 6068476
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-21 12:32:55)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r6068476 r05d97eef 34 34 ERRNO_INPUT = abi/include/abi/errno.in 35 35 36 .PHONY: all cscope cscope_parts format ccheck ccheck-fix space doxy check_errno releasefile release36 .PHONY: nothing cscope cscope_parts format ccheck ccheck-fix space check_errno 37 37 38 all:38 nothing: 39 39 40 40 cscope: … … 61 61 tools/srepl '[ \t]\+$$' '' 62 62 63 doxy: $(BUILD_DIR)/build.ninja64 ninja -C $(BUILD_DIR) doxygen65 66 63 # `sed` pulls a list of "compatibility-only" error codes from `errno.in`, 67 64 # the following grep finds instances of those error codes in HelenOS code. … … 71 68 git grep -n -f - -- ':(exclude)abi' ':(exclude)uspace/lib/posix' 72 69 73 # Release files74 75 releasefile: all76 $(MAKE) -r -C release releasefile77 78 release:79 $(MAKE) -r -C release release80 81 70 $(ERRNO_HEADER): $(ERRNO_INPUT) 82 71 echo '/* Generated file. Edit errno.in instead. */' > $@.new
Note:
See TracChangeset
for help on using the changeset viewer.