Changeset 7f345cd0 in mainline
- Timestamp:
- 2017-11-30T14:55:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bbc6277
- Parents:
- 908d634
- git-author:
- Jiri Svoboda <jiri@…> (2017-11-29 23:53:59)
- git-committer:
- Jiri Svoboda <jiri@…> (2017-11-30 14:55:14)
- Files:
-
- 3 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r908d634 r7f345cd0 22 22 /config.h 23 23 /cscope.out 24 doxygen/doxygen.cfg 25 doxygen/doxygen.cfg.gen 26 doxygen/html/ 27 doxygen/latex/ 24 28 /hdisk.img 25 29 /image.iso -
Makefile
r908d634 r7f345cd0 73 73 find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file 74 74 75 doxy: 76 $(MAKE) -r -C doxygen 77 75 78 # Pre-integration build check 76 79 check: $(CHECK) … … 120 123 $(MAKE) -r -C uspace clean 121 124 $(MAKE) -r -C boot clean 125 $(MAKE) -r -C doxygen clean 122 126 123 127 -include Makefile.local
Note:
See TracChangeset
for help on using the changeset viewer.