Changeset 2670afc in mainline for meson.build


Ignore:
Timestamp:
2019-08-17T12:49:43Z (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:
d27a505e
Parents:
43255da
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-01 19:28:37)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Remove some replaced stuff from Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson.build

    r43255da r2670afc  
    553553
    554554# TODO: Check when cross target has changed, since it won't work.
     555
     556if false
     557        # TODO: doesn't work because it changes cross target
     558        run_target('random-config',
     559                command: [
     560                        sh,
     561                        '-c', 'cd $1 && $2 $3 $4 random',
     562                        '--',
     563                        meson.build_root(),
     564                        config_py.path(),
     565                        meson.source_root() / 'HelenOS.config',
     566                        meson.source_root() / 'defaults',
     567                ]
     568        )
     569endif
     570
     571
     572# TODO text-xcw
     573#ifeq ($(CONFIG_DEVEL_FILES),y)
     574#       export PATH=$$PATH:$(abspath tools/xcw/bin) && $(MAKE) -r -C tools/xcw/demo
     575#endif
     576
Note: See TracChangeset for help on using the changeset viewer.