Skip to content

Commit 7969cc9

Browse files
committed
UIC-3082: build: Install artifacts to dist
Origin: SiliconLabs/UnifySDK#50 Last-Update: 2025-01-28 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 8b148ac commit 7969cc9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

helper.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ dist/archive: ${build_dir}
178178
cmake --build $< --target package_archive
179179

180180
dist/deb: ${build_dir}
181-
cmake --build $< --target package
182-
install -d $</$@
183-
cp -av ${<}/*.deb $</$@
184-
185181
dist: dist/archive
186182

187183
distclean:
@@ -192,7 +188,6 @@ prepare: # git/prepare # TODO
192188
all/default: configure prepare build test dist
193189
@date -u
194190

195-
196191
### @rootfs is faster than docker for env check
197192

198193
rootfs_dir?=/var/tmp/var/lib/machines/${project}

0 commit comments

Comments
 (0)