trns1997 opened a new issue, #17014:
URL: https://github.com/apache/nuttx/issues/17014

   ### Description / Steps to reproduce the issue
   
   While reading `tools/testbuild.sh`, I noticed that on line 222 the script 
attempts to call a missing script:~
   ```
   if ! ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz 1>/dev/null; 
then
   ```
   However, there is no tools/mkimport.sh in the repository. I searched the 
codebase and could not find any file by that name. There are still a few 
references to `mkimport.sh` in the documentation, but no actual implementation.
   
   This raises two questions:
   - Is mkimport.sh an old, deprecated artifact that was removed from the tree?
   - If yes, should we clean up the reference in testbuild.sh (and docs) to 
prevent confusion?
   
   Proposed Fix:
   - If mkimport.sh is obsolete, remove the reference from `tools/testbuild.sh` 
and clean up any remaining documentation references.
   
   ### On which OS does this issue occur?
   
   [OS: Linux]
   
   ### What is the version of your OS?
   
   Ubunutu 24.04
   
   ### NuttX Version
   
   master
   
   ### Issue Architecture
   
   [Arch: all]
   
   ### Issue Area
   
   [Area: Other]
   
   ### Host information
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to