mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
fix error seen on virgin machines
This commit is contained in:
parent
4c75ac31fb
commit
c5e0ca5c02
@ -18,7 +18,7 @@ ARCHIVEDIR=release/archive
|
|||||||
rm -f $OUTDIR/firmware*
|
rm -f $OUTDIR/firmware*
|
||||||
|
|
||||||
mkdir -p $OUTDIR/bins $ARCHIVEDIR
|
mkdir -p $OUTDIR/bins $ARCHIVEDIR
|
||||||
rm -r $OUTDIR/bins/*
|
rm -r $OUTDIR/bins/* || true
|
||||||
mkdir -p $OUTDIR/bins/universal $OUTDIR/elfs/universal
|
mkdir -p $OUTDIR/bins/universal $OUTDIR/elfs/universal
|
||||||
|
|
||||||
# build the named environment and copy the bins to the release directory
|
# build the named environment and copy the bins to the release directory
|
||||||
|
Loading…
Reference in New Issue
Block a user