Changes between Initial Version and Version 1 of Ticket #54124, comment 68
- Timestamp:
- Sep 9, 2020, 3:58:07 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54124, comment 68
initial v1 36 36 Make 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: 37 37 38 ((( 38 {{{ 39 39 all: all-am 40 40 }}} … … 42 42 `=>` 43 43 44 ((( 44 {{{ 45 45 all-am: Makefile $(DATA) 46 46 }}} … … 54 54 `=>` 55 55 56 ((( 56 {{{ 57 57 nobase_noinst_DATA = $(GOBJECTS) 58 58 }}}