shorten output a bit
This commit is contained in:
parent
c80baa74f5
commit
3b02b54929
@ -80,7 +80,7 @@ fi
|
|||||||
# if test -f "${SAMPLE_CODE_DIR}"/*.cpp; then
|
# if test -f "${SAMPLE_CODE_DIR}"/*.cpp; then
|
||||||
for SMPL in `ls "${SAMPLE_CODE_DIR}"/*.cpp`; do
|
for SMPL in `ls "${SAMPLE_CODE_DIR}"/*.cpp`; do
|
||||||
CMD_CPL="${CC} -I../ -L ../libisoburn/.libs/ -lisoburn -o ${SMPL}.obj ${SMPL}"
|
CMD_CPL="${CC} -I../ -L ../libisoburn/.libs/ -lisoburn -o ${SMPL}.obj ${SMPL}"
|
||||||
printf "\n${SELF}: ${CMD_CPL}\n"
|
printf "${SELF}: ${CMD_CPL}\n"
|
||||||
set +e
|
set +e
|
||||||
${CMD_CPL}
|
${CMD_CPL}
|
||||||
RET_CPL="$?"
|
RET_CPL="$?"
|
||||||
|
Loading…
Reference in New Issue
Block a user