patacongo opened a new issue #1114:
URL: https://github.com/apache/incubator-nuttx/issues/1114


   `makefunc` causes `testbuild.sh` to fail if `EXTRA_FLAGS` is not defined on 
the command line with the `-e `option:
   
       function makefunc {
         if ! ${MAKE} ${MAKE_FLAGS} "_${EXTRA_FLAGS}"_ $@ 1>/dev/null; then
           fail=1
         fi
       }
   
   Results in in, for example (ALL make commands fail n this case):
   
       + makefunc olddefconfig
       + make -k '' olddefconfig
       make: *** empty string invalid as file name.  Stop.
   
   This is a consequence of the quotation marks around $(EXTRA_FLAGS) which 
appear on the command line if EXTRA_FLAGS is not defined.
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to