diff options
| author | Julian Blake Kongslie | 2022-06-25 19:33:23 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-25 19:33:23 -0700 |
| commit | ee37bf872e0021d0e20ea023eedbf1a205053a11 (patch) | |
| tree | 4cdc7e0498e0fc6f0c659010185c992c721db430 | |
| parent | Remove aisa::suspend() which was trivial. (diff) | |
| download | issim-ee37bf872e0021d0e20ea023eedbf1a205053a11.tar.xz | |
Marginally safer 'find' invocation for finding subcomponents.
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ endif | |||
| 35 | 35 | ||
| 36 | endef | 36 | endef |
| 37 | 37 | ||
| 38 | PARTS := $(shell find * -type d -\( -name build -prune -o -name tools -prune -o -print -\)) | 38 | PARTS := $(patsubst ./%,%,$(shell find -mindepth 1 -type d -\( -name .\* -prune -o -name build -prune -o -name tools -prune -o -print -\))) |
| 39 | PARTARS := | 39 | PARTARS := |
| 40 | PARTSOS := | 40 | PARTSOS := |
| 41 | 41 | ||
