Changeset 241f1985 in mainline for boot/Makefile
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rf92b315 r241f1985 127 127 find $(USPACE_PATH)/dist -mindepth 1 -maxdepth 1 -type f -exec rm \{\} \; 128 128 rm -rf $(USPACE_PATH)/dist/app 129 rm - f $(USPACE_PATH)/dist/cfg/*129 rm -rf $(USPACE_PATH)/dist/cfg/* 130 130 rm -rf $(USPACE_PATH)/dist/srv 131 131 rm -rf $(USPACE_PATH)/dist/drv/*
Note:
See TracChangeset
for help on using the changeset viewer.