This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 09b299d377 boards/arm/xmc4: migrate to SPDX identifier
     add 6dd313939f makefile/build: Delete unnecessary bin and kbin folders

No new revisions were added by this update.

Summary of changes:
 libs/libc/Makefile             | 16 +++++++++-------
 libs/libc/bin/CMakeLists.txt   | 21 ---------------------
 libs/libc/bin/Makefile         | 35 -----------------------------------
 libs/libc/kbin/CMakeLists.txt  | 22 ----------------------
 libs/libc/kbin/Makefile        | 35 -----------------------------------
 libs/libm/Makefile             | 16 ++++++++++------
 libs/libm/bin/Makefile         | 35 -----------------------------------
 libs/libm/kbin/Makefile        | 35 -----------------------------------
 libs/libnx/Makefile            | 18 ++++++++++--------
 libs/libnx/bin/CMakeLists.txt  | 22 ----------------------
 libs/libnx/bin/Makefile        | 35 -----------------------------------
 libs/libnx/kbin/CMakeLists.txt | 22 ----------------------
 libs/libnx/kbin/Makefile       | 35 -----------------------------------
 mm/Makefile                    | 16 +++++++++-------
 mm/bin/CMakeLists.txt          | 21 ---------------------
 mm/bin/Makefile                | 35 -----------------------------------
 mm/kbin/CMakeLists.txt         | 22 ----------------------
 mm/kbin/Makefile               | 35 -----------------------------------
 tools/Directories.mk           |  9 +++------
 19 files changed, 41 insertions(+), 444 deletions(-)
 delete mode 100644 libs/libc/bin/CMakeLists.txt
 delete mode 100644 libs/libc/bin/Makefile
 delete mode 100644 libs/libc/kbin/CMakeLists.txt
 delete mode 100644 libs/libc/kbin/Makefile
 delete mode 100644 libs/libm/bin/Makefile
 delete mode 100644 libs/libm/kbin/Makefile
 delete mode 100644 libs/libnx/bin/CMakeLists.txt
 delete mode 100644 libs/libnx/bin/Makefile
 delete mode 100644 libs/libnx/kbin/CMakeLists.txt
 delete mode 100644 libs/libnx/kbin/Makefile
 delete mode 100644 mm/bin/CMakeLists.txt
 delete mode 100644 mm/bin/Makefile
 delete mode 100644 mm/kbin/CMakeLists.txt
 delete mode 100644 mm/kbin/Makefile

Reply via email to