]> xenbits.xensource.com Git - unikraft/libs/click.git/commit
Makefile.uk: Fix build-time infinite loop
authorEduard Vintilă <eduard.vintila47@gmail.com>
Sat, 15 Jul 2023 12:19:11 +0000 (15:19 +0300)
committerUnikraft <monkey@unikraft.io>
Sat, 9 Sep 2023 09:57:38 +0000 (09:57 +0000)
commit073f0265fa66829d9b35148bd73ebac389021a15
treedf9b908ccafbf410e37840b751b3fb5a0d9bae6f
parentc0410c00b7b7d70f2694cbbbc004765f56e67aae
Makefile.uk: Fix build-time infinite loop

This commit removes the dependency on the $(UK_CONFIG_OUT) file, which
is not necessary for `lib-click` to build and actually
causes an infinite loop in the build process.

Signed-off-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #6
Makefile.uk