All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.70: scripts/Makefile.build fix
@ 2003-06-01 18:43 Stig Brautaset
  2003-06-01 20:44 ` Sam Ravnborg
  0 siblings, 1 reply; 5+ messages in thread
From: Stig Brautaset @ 2003-06-01 18:43 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <fa.eruk8hn.73g20l@ifi.uio.no>]

end of thread, other threads:[~2003-06-04 19:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-01 18:43 2.5.70: scripts/Makefile.build fix Stig Brautaset
2003-06-01 20:44 ` Sam Ravnborg
2003-06-01 21:40   ` Kenneth Johansson
     [not found] <fa.eruk8hn.73g20l@ifi.uio.no>
     [not found] ` <fa.hcaig7b.n72lar@ifi.uio.no>
2003-06-01 22:28   ` Stig Brautaset
2003-06-04 19:17     ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.