Module Name: src
Committed By: martin
Date: Mon Feb 15 13:25:12 UTC 2016
Modified Files:
src/tools/gcc: Makefile
Log Message:
Add missing closing ) and line continuation for mknative
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/tools/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.75 src/tools/gcc/Makefile:1.76
--- src/tools/gcc/Makefile:1.75 Sun Jan 24 05:10:26 2016
+++ src/tools/gcc/Makefile Mon Feb 15 13:25:12 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2016/01/24 05:10:26 mrg Exp $
+# $NetBSD: Makefile,v 1.76 2016/02/15 13:25:12 martin Exp $
.include <bsd.own.mk>
@@ -209,7 +209,7 @@ MKENV_BUILD_MAKE=cd .native && ${MKNATIV
PATH=${TOOLDIR}/bin:$$PATH; export PATH; \
(cd .native/gcc && ${MKNATIVE_ENV} ${BUILD_MAKE} -e tree-check.h config.h multilib.h gcov-iov.h)
PATH=${TOOLDIR}/bin:$$PATH; export PATH; \
- (cd .native/gcc && ${MKNATIVE_ENV} ${BUILD_MAKE} -e libgcc.mvars tconfig.h unwind.h
+ (cd .native/gcc && ${MKNATIVE_ENV} ${BUILD_MAKE} -e libgcc.mvars tconfig.h unwind.h); \
(cd .native && touch gcc/cc1obj gcc/cc1plus gcc/f771 gcc/libgcc.a gcc/libgcc_s.so)
.for _lib in ${MKNATIVE_CONFIG_TARGET_LIBS}
PATH=${TOOLDIR}/bin:$$PATH; export PATH; \