]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Make links build silent
authorTed Lemon <source@isc.org>
Tue, 20 Jun 2000 20:25:30 +0000 (20:25 +0000)
committerTed Lemon <source@isc.org>
Tue, 20 Jun 2000 20:25:30 +0000 (20:25 +0000)
client/Makefile.dist
common/Makefile.dist
dhcpctl/Makefile.dist

index c0166e87e10a8a6ee96da3716c4bf17c46a00349..18322410dc34aaca7a706a9f9a458dbdea0bc016 100644 (file)
@@ -76,7 +76,7 @@ distclean: realclean
        -rm -f Makefile
 
 links:
-       for foo in $(SRCS) $(MAN); do \
+       @for foo in $(SRCS) $(MAN); do \
          if [ ! -b $$foo ]; then \
            rm -f $$foo; \
          fi; \
index d809e6ade611711ba9671b63cc5e6b75892e2629..d1dfdbdd4613eb8d24ba0d670839b7c56c9601d2 100644 (file)
@@ -71,7 +71,7 @@ distclean: realclean
        -rm -f Makefile
 
 links:
-       for foo in $(SRC) $(MAN); do \
+       @for foo in $(SRC) $(MAN); do \
          if [ ! -b $$foo ]; then \
            rm -f $$foo; \
          fi; \
index 02e3a833931d407c8dc347b699756717fc42a875..0d23a4583cb74167f01e9dc89d13e763eabb2a0e 100644 (file)
@@ -78,7 +78,7 @@ distclean: realclean
        -rm -f Makefile
 
 links:
-       for foo in $(SRC) $(MAN) test.c cltest.c $(HDRS); do \
+       @for foo in $(SRC) $(MAN) test.c cltest.c $(HDRS); do \
          if [ ! -b $$foo ]; then \
            rm -f $$foo; \
          fi; \