CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Initial commit. Added hardfp support for armv7 with fpu vfpv3-d16 extension.
[toolchain.git] / work / glibc-2.12.1-pot.patch
1 diff -ruN glibc-2.12.1.orig//manual/Makefile glibc-2.12.1//manual/Makefile
2 --- glibc-2.12.1.orig//manual/Makefile 2010-07-27 11:34:39.000000000 +0000
3 +++ glibc-2.12.1//manual/Makefile 2011-04-05 12:48:47.000000000 +0000
4 @@ -232,7 +232,10 @@
5 .PHONY: stubs
6 stubs: $(objpfx)stubs
7 endif
8 -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
9 +$(objpfx)stubs ../po/manual.pot:
10 + $(make-target-directory)
11 + touch $@
12 +$(objpfx)stamp%:
13 $(make-target-directory)
14 touch $@
15