public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* GNU Make
@ 2014-01-15 18:21 Daniel Schultze
  2014-01-15 22:15 ` Daniel Schultze
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Schultze @ 2014-01-15 18:21 UTC (permalink / raw)
  To: crossgcc

Hey guys,

I'm new to crosstool-ng, so far it looks like a good utility. I want
to contribute a patch for glibc 2.10.1 as it will correct its known
issue with implicit and explicit rules on the same line. Other patches
can follow the same pattern of moving the rules to separate lines.



--- glibc-2.10.1/glibc-2.10.1/manual/Makefile-orig 2013-12-06
11:03:33.170318872 -0800
+++ glibc-2.10.1/glibc-2.10.1/manual/Makefile 2013-12-06
11:02:35.555022786 -0800
@@ -232,7 +232,11 @@
 .PHONY: stubs
 stubs: $(objpfx)stubs
 endif
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
+$(objpfx)stamp%:
+ $(make-target-directory)
+ touch $@
+
+$(objpfx)stubs ../po/manual.pot:
  $(make-target-directory)
  touch $@

-Dan

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2014-01-15 23:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-15 18:21 GNU Make Daniel Schultze
2014-01-15 22:15 ` Daniel Schultze
2014-01-15 23:17   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).