Fix some files.
This commit is contained in:
parent
167ff9b843
commit
19bb0c3f38
6 changed files with 9 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ then
|
|||
|
||||
echo "Building application ${@NAME@}..."
|
||||
|
||||
source src/@NAME@/build.monolithic
|
||||
do_cmd source src/@NAME@/build.monolithic || return 1
|
||||
|
||||
MODIFIED=0
|
||||
for test in ${MONOLITHIC_TESTS} ${SRC}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ then
|
|||
|
||||
echo "Building library ${@CNAME@}..."
|
||||
|
||||
source src/@NAME@/build.monolithic
|
||||
do_cmd source src/@NAME@/build.monolithic || return 1
|
||||
|
||||
MODIFIED=0
|
||||
for test in ${MONOLITHIC_TESTS} ${HDR} ${SRC}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ then
|
|||
|
||||
echo "Building application ${@NAME@}..."
|
||||
|
||||
source src/@NAME@/build.monolithic
|
||||
do_cmd source src/@NAME@/build.monolithic || return 1
|
||||
|
||||
MODIFIED=0
|
||||
for test in ${MONOLITHIC_TESTS} ${SRC}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ then
|
|||
|
||||
echo "Building library ${@CNAME@}..."
|
||||
|
||||
source src/@NAME@/build.monolithic
|
||||
do_cmd source src/@NAME@/build.monolithic || return 1
|
||||
|
||||
MODIFIED=0
|
||||
for test in ${MONOLITHIC_TESTS} ${HDR} ${SRC}
|
||||
|
|
|
|||
|
|
@ -3,10 +3,6 @@
|
|||
# @NAME@_BUILT
|
||||
#
|
||||
|
||||
# HACK -- this should probably be in the top-level makefile
|
||||
[ -z "${SDCC}" ] && SDCC=sdcc
|
||||
[ -z "${SDCCFLAGS}" ] && SDCCFLAGS="@TODO@"
|
||||
|
||||
if [ -z ${@NAME@_BUILT} ]
|
||||
then
|
||||
@NAME@="obj/@NAME@.hex"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue