OSDN Git Service

Don't show shell fragments
authorEric Andersen <andersen@codepoet.org>
Wed, 9 Jan 2002 11:39:54 +0000 (11:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 9 Jan 2002 11:39:54 +0000 (11:39 -0000)
libm/Makefile

index 17f0d6f..bc5d857 100644 (file)
@@ -92,7 +92,7 @@ $(LIBM): ar-target
        fi;
 
 shared: all
-       if [ -f $(LIBM) ] ; then \
+       @if [ -f $(LIBM) ] ; then \
            set -x -e; \
            $(TARGET_CC) $(TARGET_LDFLAGS) -nostdlib -shared -o $(LIBM_SHARED_FULLNAME) \
                -Wl,-soname,$(LIBM_SHARED).$(MAJOR_VERSION) -Wl,--whole-archive $(LIBM) -lc; \