YAMAMOTO Takashi
|
2f7480d11b
|
Use MODULECC/MODULELD when building modules
|
2020-03-27 01:01:30 -05:00 |
|
Xiang Xiao
|
f16a765cca
|
examples: Fix the parallel build break (#138)
1.Remove build target to avoid build and install run parallelly
2.Invoke the sub Makefile just before the parent source code compile
|
2020-03-23 11:40:44 -06:00 |
|
Xiang Xiao
|
f074d7f376
|
Makefile: let install depend on the target binary
to ensure the binary get built and install once
|
2020-03-22 22:42:13 +00:00 |
|
Xiang Xiao
|
1d6fcfac13
|
Build system: Reference tools/define.sh through DEFINE macro
|
2020-02-03 15:09:33 -06:00 |
|
Gregory Nutt
|
3a23523147
|
Makefiles: This reverts part of commit cf0365ea9 . It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured.
|
2019-10-15 09:25:48 +08:00 |
|
Xiang Xiao
|
cf0365ea92
|
Clean up Makefile under apps folder no functional changes.
|
2019-10-04 08:35:46 -06:00 |
|
Xiang Xiao
|
9a27d4a697
|
Makefiles: Remove .PRECIOUS if Makefile doesn't touch libapps.
|
2019-10-01 11:48:55 -06:00 |
|
Gregory Nutt
|
2ef04ff0a8
|
apps/examples/sotest and modules: With recent changes, LDLIBS is initialized to bad value, at least in certain contexts.
|
2018-08-24 16:24:58 -06:00 |
|
Gregory Nutt
|
634dd7709b
|
apps/, Various Makefiles: Fix mixed references to nuttx/lib. These need to be changed to nuttx/staging.
|
2018-05-30 11:08:13 -06:00 |
|
Gregory Nutt
|
7a8561728c
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
|
Gregory Nutt
|
a66da34f18
|
All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted.
|
2017-08-13 09:35:14 -06:00 |
|
Gregory Nutt
|
3ab2aec4e8
|
New apps/examples/module and sotest configuration options
|
2017-01-30 09:04:01 -06:00 |
|
Gregory Nutt
|
abd0362c64
|
apps/examples/sotest: Extend test to check out module dependencies.
|
2017-01-27 15:11:44 -06:00 |
|