mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH]: fix typo in usr/Makefile
@ 2002-11-05 13:55 Nikita Danilov
  0 siblings, 0 replies; only message in thread
From: Nikita Danilov @ 2002-11-05 13:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

Hello, Linus,

following patch fixes typo introduced by last changeset: "./$<" already
contains directory.

Please apply.
Nikita.
===== usr/Makefile 1.3 vs edited =====
--- 1.3/usr/Makefile	Tue Nov  5 01:04:41 2002
+++ edited/usr/Makefile	Tue Nov  5 16:48:19 2002
@@ -11,6 +11,6 @@
 	$(call if_changed,ld)
 
 $(obj)/initramfs_data.cpio.gz: $(obj)/gen_init_cpio
-	( cd $(obj) ; ./$< | gzip -9c > $@ )
+	( ./$< | gzip -9c > $@ )
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-05 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-05 13:55 [PATCH]: fix typo in usr/Makefile Nikita Danilov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®