Toolchain upgrade and portability improvements.
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
This commit is contained in:
@@ -93,7 +93,7 @@ hdboot:
|
||||
${INSTALL} $$i $$newname; \
|
||||
done
|
||||
@cp ${PROGROOT}/kernel/kernel ${DESTDIR}/boot/minix/.temp/
|
||||
@if [ "${MKINSTALLBOOT}" != "no" ] ; then \
|
||||
@if [ "${MKINSTALLBOOT:Uno}" != "no" ] ; then \
|
||||
${STRIP} -s ${DESTDIR}/boot/minix/.temp/* ; \
|
||||
gzip ${DESTDIR}/boot/minix/.temp/mod* ; \
|
||||
${HOST_SH} mkboot $@; \
|
||||
|
||||
Reference in New Issue
Block a user