summaryrefslogtreecommitdiff
path: root/scripts/build/debug/000-template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug/000-template.sh')
-rw-r--r--scripts/build/debug/000-template.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/debug/000-template.sh b/scripts/build/debug/000-template.sh
index d72069b..47d2cae 100644
--- a/scripts/build/debug/000-template.sh
+++ b/scripts/build/debug/000-template.sh
@@ -26,8 +26,8 @@ do_debug_foobar_build() {
# --host=${CT_TARGET} \
# --prefix=/usr \
# --foobar-options
- # CT_DoExecLog ALL ${make}
- # CT_DoExecLog ALL ${make} DESTDIR="${CT_SYSROOT_DIR}" install
+ # CT_DoExecLog ALL make
+ # CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" install
# CT_Popd
:
}