From owner-cvs-gnu Fri Apr 25 12:44:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA07396 for cvs-gnu-outgoing; Fri, 25 Apr 1997 12:44:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA07339; Fri, 25 Apr 1997 12:43:49 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA26734; Fri, 25 Apr 1997 12:43:20 -0700 (PDT) Date: Fri, 25 Apr 1997 12:43:20 -0700 (PDT) Message-Id: <199704251943.MAA26734@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-gnu@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/ld ld.c Sender: owner-cvs-gnu@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk bde 97/04/25 12:43:20 Modified: gnu/usr.bin/ld ld.c Log: Don't complain about no input files for `ld -f'. This fixes spurious (ignored :-() errors for `make depend' in /sys/i386/boot/*. It's natural for there to be no libraries there and inconvenient to check for this in bsd.prog.mk. Revision Changes Path 1.44 +5 -2 src/gnu/usr.bin/ld/ld.c