Changeset 05d97eef in mainline for tools/build_all.sh


Ignore:
Timestamp:
2019-08-17T12:49:44Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
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)
Message:

Always add copyright information to the image and also add release script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/build_all.sh

    r6068476 r05d97eef  
    3232
    3333CONFIG_RULES="${SOURCE_DIR}/HelenOS.config"
    34 CONFIG_DEFAULTS="${SOURCE_DIR}/defaults"
    3534
    36 # Find all the leaf subdirectories in the defaults directory.
    37 PROFILES=`find ${CONFIG_DEFAULTS} -type d -links 2 -printf "%P\n" | sort`
    38 
     35PROFILES=`sh ${SOURCE_DIR}/tools/list_profiles.sh`
    3936
    4037echo
Note: See TracChangeset for help on using the changeset viewer.