[PATCH] update rtems_waf

Chris Johns chrisj at rtems.org
Fri Sep 13 03:32:57 UTC 2019


On 11/9/19 6:14 pm, Vijay Kumar Banerjee wrote:
> ping :)

Sorry about the delay. OK to push.

Chris

> 
> 
> On Tue, Sep 3, 2019 at 7:04 PM Vijay Kumar Banerjee <vijaykumar9597 at gmail.com
> <mailto:vijaykumar9597 at gmail.com>> wrote:
> 
>     ---
>      file_io/crc/wscript            | 6 +++---
>      filesystem/fat_ramdisk/wscript | 6 +++---
>      rtems_waf                      | 2 +-
>      3 files changed, 7 insertions(+), 7 deletions(-)
> 
>     diff --git a/file_io/crc/wscript b/file_io/crc/wscript
>     index f7b0f5b..531da20 100644
>     --- a/file_io/crc/wscript
>     +++ b/file_io/crc/wscript
>     @@ -26,9 +26,9 @@ def build(bld):
>          #
>          # Package the root file system as a C file.
>          #
>     -    rootfs.build(bld,
>     -                 name = 'fs-root',
>     -                 root = 'rootfs')
>     +    rootfs.build_from_src_root(bld,
>     +                               name = 'fs-root',
>     +                               root = 'rootfs')
> 
>          bld(features = 'c cprogram',
>              target = 'crc.exe',
>     diff --git a/filesystem/fat_ramdisk/wscript b/filesystem/fat_ramdisk/wscript
>     index de806c1..a980187 100644
>     --- a/filesystem/fat_ramdisk/wscript
>     +++ b/filesystem/fat_ramdisk/wscript
>     @@ -26,9 +26,9 @@ def build(bld):
>          #
>          # Package the root file system as a C file.
>          #
>     -    rootfs.build(bld,
>     -                 name = 'fs-root',
>     -                 root = 'rootfs')
>     +    rootfs.build_from_src_root(bld,
>     +                               name = 'fs-root',
>     +                               root = 'rootfs')
> 
>          bld(features = 'c cprogram',
>              target = 'fat_ramdisk.exe',
>     diff --git a/rtems_waf b/rtems_waf
>     index 1b89636..ad6c6e8 160000
>     --- a/rtems_waf
>     +++ b/rtems_waf
>     @@ -1 +1 @@
>     -Subproject commit 1b896361d302aeda0145af90972aea863e28898f
>     +Subproject commit ad6c6e8771b95dffa73a7dc1167d98d208f17cb0
>     -- 
>     2.20.1
> 



More information about the devel mailing list