On Fri, Sep 13, 2019 at 9:00 AM Chris Johns <chr...@rtems.org> wrote:
> On 11/9/19 6:14 pm, Vijay Kumar Banerjee wrote: > > ping :) > > Sorry about the delay. OK to push. > > Hi, Thanks for the review! Can you please push this. :) Also, the github descript for rtems-examples has the wrong link, it needs to be updated to https://git.rtems.org/rtems-examples. Best regards, Vijay > Chris > > > > > > > On Tue, Sep 3, 2019 at 7:04 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com > > <mailto:vijaykumar9...@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 > > >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel