mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] khttpd and make_times_h
@ 2002-06-21  9:14 Geert Uytterhoeven
  2002-06-21  9:39 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2002-06-21  9:14 UTC (permalink / raw)
  To: Linux Kernel Development


khttpd doesn't build in 2.5.24 because the shell can't find make_times_h.

--- linux-2.5.24/net/khttpd/Makefile	Fri Jun 21 09:34:54 2002
+++ linux-m68k-2.5.24/net/khttpd/Makefile	Fri Jun 21 10:50:15 2002
@@ -19,4 +19,4 @@
 # Generated files
 
 $(obj)/times.h: $(obj)/make_times_h
-	$< >$@
+	$(obj)/make_times_h >$@


Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] khttpd and make_times_h
  2002-06-21  9:14 [PATCH] khttpd and make_times_h Geert Uytterhoeven
@ 2002-06-21  9:39 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2002-06-21  9:39 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux Kernel Development

Geert Uytterhoeven <geert@linux-m68k.org> writes:

|> khttpd doesn't build in 2.5.24 because the shell can't find make_times_h.
|> 
|> --- linux-2.5.24/net/khttpd/Makefile	Fri Jun 21 09:34:54 2002
|> +++ linux-m68k-2.5.24/net/khttpd/Makefile	Fri Jun 21 10:50:15 2002
|> @@ -19,4 +19,4 @@
|>  # Generated files
|>  
|>  $(obj)/times.h: $(obj)/make_times_h
|> -	$< >$@
|> +	$(obj)/make_times_h >$@

You can also use $(<D)/$(<F) or $(dir $<)$(notdir $<).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-21  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-21  9:14 [PATCH] khttpd and make_times_h Geert Uytterhoeven
2002-06-21  9:39 ` Andreas Schwab

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®