mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
2a7cf511f4cd4b708eb68d3fe98e291ee6a588b1
In commit ffbe46a529 ("linux: simplify
LINUX_BUILD_CMDS"), we changed LINUX_BUILD_CMDS to essentially do:
make all $(LINUX_TARGET_NAME)
Unfortunately, it turns out that it breaks the build of a number of
defconfigs, with errors such as:
fixdep: error opening file: arch/xtensa/boot/lib/.inftrees.o.d: No such file or directory
Calling "all" and "$(LINUX_TARGET_NAME)" as separate make invocations
avoids this problem, and fixes the build of several defconfigs.
Fixes:
ts7680_defconfig
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339583
qemu_xtensa_lx60_defconfig
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339553
roseapplepi_defconfig
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339564
qemu_xtensa_lx60_nommu_defconfig
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339554
qemu_ppc64_e5500_defconfig
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339539
freescale_t2080_qds_rdb_defconfig
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339455
arcturus_ucp1020_defconfig
https://gitlab.com/buildroot.org/buildroot/-/jobs/199339399
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Thomas: add comment in the code to explain why we call the two make
targets separately, as suggested by Yann E. Morin]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on Freenode IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Godot's buildroot soft-fork for generating toolchains to make portable Linux releases of Godot games.
Languages
Makefile
66.1%
Python
13.6%
C
8.3%
Shell
6.2%
PHP
2.9%
Other
2.6%