Author: matthew Date: 2010-08-11 12:29:19 -0600 (Wed, 11 Aug 2010) New Revision: 2215
Modified: trunk/glibc/glibc-2.12.1-makefile_fix-1.patch Log: Correct Glibc Makefile patch for Glibc-2.12.1 Modified: trunk/glibc/glibc-2.12.1-makefile_fix-1.patch =================================================================== --- trunk/glibc/glibc-2.12.1-makefile_fix-1.patch 2010-08-11 11:21:47 UTC (rev 2214) +++ trunk/glibc/glibc-2.12.1-makefile_fix-1.patch 2010-08-11 18:29:19 UTC (rev 2215) @@ -7,22 +7,22 @@ Description: Fixes an incompatibility with Make-3.82. diff -Naur glibc-2.11.2.orig/manual/Makefile glibc-2.11.2/manual/Makefile ---- glibc-2.11.2.orig/manual/Makefile 2010-05-19 20:38:20.000000000 +0000 -+++ glibc-2.11.2/manual/Makefile 2010-07-26 06:51:27.049899308 +0000 +--- glibc-2.11.2.orig/manual/Makefile 2010-05-19 20:38:20.000000000 +0000 ++++ glibc-2.11.2/manual/Makefile 2010-07-26 06:51:27.049899308 +0000 @@ -232,9 +232,13 @@ .PHONY: stubs stubs: $(objpfx)stubs endif -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: -- $(make-target-directory) -- touch $@ +- $(make-target-directory) +- touch $@ +$(objpfx)stubs ../po/manual.pot: -+ $(make-target-directory) -+ touch $@ ++ $(make-target-directory) ++ touch $@ + +$(objpfx)stamp%: -+ $(make-target-directory) -+ touch $@ - ++ $(make-target-directory) ++ touch $@ + # Make the target directory if it doesn't exist, using the `mkinstalldirs' # script that does `mkdir -p' even if `mkdir' doesn't support that flag. -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
