Changeset 05d97eef in mainline for tools/build_all.sh
- Timestamp:
- 2019-08-17T12:49:44Z (5 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
-
tools/build_all.sh
r6068476 r05d97eef 32 32 33 33 CONFIG_RULES="${SOURCE_DIR}/HelenOS.config" 34 CONFIG_DEFAULTS="${SOURCE_DIR}/defaults"35 34 36 # Find all the leaf subdirectories in the defaults directory. 37 PROFILES=`find ${CONFIG_DEFAULTS} -type d -links 2 -printf "%P\n" | sort` 38 35 PROFILES=`sh ${SOURCE_DIR}/tools/list_profiles.sh` 39 36 40 37 echo
Note:
See TracChangeset
for help on using the changeset viewer.