Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libgcc/libgcc_s Add space before "]" i...
details: https://anonhg.NetBSD.org/src/rev/b34cfa0e0fc0
branches: trunk
changeset: 332680:b34cfa0e0fc0
user: apb <apb%NetBSD.org@localhost>
date: Fri Oct 03 12:41:41 2014 +0000
description:
Add space before "]" in "if [ ... ]" to fix usage error
and test for existence of the correct file.
diffstat:
external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 03901e849616 -r b34cfa0e0fc0 external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile
--- a/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile Fri Oct 03 11:40:54 2014 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile Fri Oct 03 12:41:41 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/06/01 19:51:01 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2014/10/03 12:41:41 apb Exp $
USE_SHLIBDIR= yes
REQUIRETOOLS= yes
@@ -59,7 +59,7 @@
${NM} ${G_SHLIB_NM_FLAGS} ${LIBGCC_S_OBJS}; \
echo %%; \
for f in ${G_SHLIB_MAPFILES}; do \
- if [ -f ${.OBJDIR}/$${f}]; then \
+ if [ -f ${.OBJDIR}/$${f} ]; then \
cat ${.OBJDIR}/$${f}; \
else \
cat $${f}; \
Home |
Main Index |
Thread Index |
Old Index