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:
@@ -59,7 +59,7 @@ ${tool}.c ${tool}.h: ${.OBJDIR}/mk${tool}
|
||||
init.c: ${.OBJDIR}/mkinit \
|
||||
alias.c eval.c exec.c input.c jobs.c options.c parser.c \
|
||||
redir.c trap.c var.c
|
||||
${.OBJDIR}/mkinit ${.ALLSRC:S/^${.OBJDIR}/mkinit$//}
|
||||
${.OBJDIR}/mkinit ${.ALLSRC:S,^${.OBJDIR}/mkinit$,,}
|
||||
|
||||
# C. Generates C sources from shell scripts
|
||||
token.h:
|
||||
|
||||
Reference in New Issue
Block a user