Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: add missing mkdir staging/* dep. for symlinks
Fixes: rm -rf staging ; make aliases ln: failed to create symbolic link 'staging/sof/sof-glk.ri': No such file or directory This also happens on a brand new checkout when building in parallel with make -j because symbolic links don't have any dependency. Example at: https://github.com/marc-hb/sof/runs/2036288013 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
- Loading branch information