mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 06:05:36 +01:00
Makefile: Make sure base.test also create bin directory
This commit fixes a regression [1] introduced in 606d0b3 (Makefile: Make sure BIN directory exist when running any test) Reported below the dry-run summary before and after, we can confirm the bin directory is now created when building the `base.test` target. Before: $ make base.test --dry-run docker build -t dockcross/base . docker run --rm dockcross/base > bin/dockcross-base && chmod +x bin/dockcross-base After: $ make base.test --dry-run docker build -t dockcross/base . mkdir -p bin docker run --rm dockcross/base > bin/dockcross-base && chmod +x bin/dockcross-base [1] Error fixed by this commit: Successfully built e6388fe49824 docker run --rm dockcross/base > bin/dockcross-base && chmod +x bin/dockcross-base /bin/sh: 1: cannot create bin/dockcross-base: Directory nonexistent make: *** [base.test] Error 2 make base.test returned exit code 2
This commit is contained in:
parent
cf3cec8819
commit
97385c1356
Loading…
x
Reference in New Issue
Block a user