Skip to content

Commit 73e5c8b

Browse files
committed
busybox: fix incremental build
1 parent 3462fe3 commit 73e5c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/core/busybox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ buildScript: |
6262
popd #build
6363
6464
if [[ -f build/busybox_unstripped ]] ; then
65-
mkdir install/bin/.debug
65+
mkdir -p install/bin/.debug
6666
cp build/busybox_unstripped install/bin/.debug/busybox
6767
${CROSS_COMPILE}objcopy --add-gnu-debuglink=install/bin/.debug/busybox install/bin/busybox
6868
fi

0 commit comments

Comments
 (0)