Changeset 7671231 in mainline for boot/Makefile
- Timestamp:
- 2019-08-03T09:02:12Z (5 years ago)
- Children:
- 2dda1d4
- Parents:
- 4b1c6a4b
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-06 22:50:11)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:02:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r4b1c6a4b r7671231 70 70 endif 71 71 72 cp -r -L $( INITRD_CFG_PATH)/* $(DIST_PATH)/cfg72 cp -r -L $(CFG_PATH)/* $(DIST_PATH)/cfg 73 73 for app in $(RD_APPS) ; do \ 74 74 app_dir="`dirname "$$app"`" ; \
Note:
See TracChangeset
for help on using the changeset viewer.