GNU Make
Daniel Schultze
kinglag@gmail.com
Wed Jan 15 22:15:00 GMT 2014
Guys after working with CT-NG for a bit I found the patch directory
and recreated my patch to work with the existing system:
in $CT_NG/patches/glibc/2.10.1/920-glibc-2.10.1-manual-make.patch
diff -urN glibc-2.10.1-orig/manual/Makefile glibc-2.10.1/manual/Makefile
--- glibc-2.10.1-orig/manual/Makefile 2006-01-07 22:43:47.000000000 -0800
+++ glibc-2.10.1/manual/Makefile 2014-01-15 11:49:08.256982014 -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 $@
On Wed, Jan 15, 2014 at 10:21 AM, Daniel Schultze <kinglag@gmail.com> wrote:
> 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
More information about the crossgcc
mailing list