Cosmetic changes: drop unnecessary final semicolons, consistently use
spaces on both sides of the pipeline operator, indent argument list continued on the next line.
This commit is contained in:
parent
4aafff6cc5
commit
883b52e989
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.18 2005/05/12 11:18:46 uwe Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2005/05/12 15:19:48 uwe Exp $
|
||||
#
|
||||
|
||||
.include <bsd.sys.mk> # for HOST_SH
|
||||
@ -15,23 +15,23 @@ UUDECODE_FILES= binary/ARM/hpcboot.exe \
|
||||
# "eMbedded Visual C++ 3.0"
|
||||
#
|
||||
evc3:
|
||||
cd dspgen && ${MAKE} evc3 || exit 1;
|
||||
cd dspgen && ${MAKE} evc3 || exit 1
|
||||
for d in ${PROJECT_DIRS}; do \
|
||||
${HOST_SH} dspgen/config.sh evc3 $$d; \
|
||||
done
|
||||
${HOST_SH} dspgen/gen_workspace.sh evc3 hpc_stand.vcw $(PROJECT_DIRS)
|
||||
cd dspgen && ${MAKE} clean;
|
||||
cd dspgen && ${MAKE} clean
|
||||
|
||||
#
|
||||
# Generate project/work files for
|
||||
# "Windows CE Toolkit for Visual C++ 6.0"
|
||||
#
|
||||
vc6:
|
||||
cd dspgen && ${MAKE} vc6 || exit 1;
|
||||
cd dspgen && ${MAKE} vc6 || exit 1
|
||||
for d in ${PROJECT_DIRS}; do \
|
||||
${HOST_SH} dspgen/config.sh vc6 $$d; \
|
||||
done
|
||||
cd dspgen && ${MAKE} clean;
|
||||
cd dspgen && ${MAKE} clean
|
||||
${HOST_SH} dspgen/gen_workspace.sh vc6 hpc_stand.dsw $(PROJECT_DIRS)
|
||||
|
||||
#
|
||||
@ -40,11 +40,11 @@ vc6:
|
||||
# (WCE100/101/200 binary for MIPS, SH3)
|
||||
#
|
||||
vc5:
|
||||
cd dspgen && ${MAKE} vc5 || exit 1;
|
||||
cd dspgen && ${MAKE} vc5 || exit 1
|
||||
for d in ${PROJECT_DIRS}; do \
|
||||
${HOST_SH} dspgen/config.sh vc5 $$d; \
|
||||
done
|
||||
cd dspgen && ${MAKE} clean;
|
||||
cd dspgen && ${MAKE} clean
|
||||
${HOST_SH} dspgen/gen_workspace.sh vc5 hpc_stand.dsw $(PROJECT_DIRS)
|
||||
|
||||
clean:
|
||||
@ -67,7 +67,7 @@ clean:
|
||||
find . -name "hpcboot.exe" -print | xargs rm -f
|
||||
|
||||
distclean: clean
|
||||
find binary -name "hpcboot*.exe*" -print | xargs rm -f;
|
||||
find binary -name "hpcboot*.exe*" -print | xargs rm -f
|
||||
|
||||
# WCE210 or later binary
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user