Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264703AbTFASdj (ORCPT ); Sun, 1 Jun 2003 14:33:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264704AbTFASdj (ORCPT ); Sun, 1 Jun 2003 14:33:39 -0400 Received: from warrior.services.quay.plus.net ([212.159.14.227]:16877 "HELO warrior.services.quay.plus.net") by vger.kernel.org with SMTP id S264703AbTFASdh (ORCPT ); Sun, 1 Jun 2003 14:33:37 -0400 Date: Sun, 1 Jun 2003 19:43:35 +0100 From: Stig Brautaset To: linux-kernel@vger.kernel.org Subject: 2.5.70: scripts/Makefile.build fix Message-ID: <20030601184335.GA31452@brautaset.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 823 Lines: 27 Hi, This patch seems to fix `make V=0' for me. --- scripts/Makefile.build.orig 2003-06-01 19:35:38.000000000 +0100 +++ scripts/Makefile.build 2003-06-01 19:38:33.000000000 +0100 @@ -112,8 +112,7 @@ $(LD) $(LDFLAGS) -r -o $@ $(@D)/.tmp_$(@F) \ -T $(@D)/.tmp_$(@F:.o=.ver); \ rm -f $(@D)/.tmp_$(@F) $(@D)/.tmp_$(@F:.o=.ver); \ - fi; - \ + fi; \ scripts/fixdep $(depfile) $@ '$(cmd_vcc_o_c)' > $(@D)/.$(@F).tmp; \ rm -f $(depfile); \ mv -f $(@D)/.$(@F).tmp $(@D)/.$(@F).cmd Stig -- brautaset.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/