Changes between Initial Version and Version 1 of Ticket #54124, comment 68


Ignore:
Timestamp:
Sep 9, 2020, 3:58:07 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54124, comment 68

    initial v1  
    3636Make echos what it will perform in which sub-directory and then does perform this, i.e. a `make all`. So we enter `${worksrcpath}/bootstrap`. The `Makefile` here has:
    3737
    38 (((
     38{{{
    3939all: all-am
    4040}}}
     
    4242`=>`
    4343
    44 (((
     44{{{
    4545all-am: Makefile $(DATA)
    4646}}}
     
    5454`=>`
    5555
    56 (((
     56{{{
    5757nobase_noinst_DATA = $(GOBJECTS)
    5858}}}