source: patches/eglibc-2.12-20100725-r11059-make382-1.patch@ 34be04a6

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 34be04a6 was c8d4414, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Add a patch to EGlibc to fix a compatibility issue with Make 3.82.

  • Property mode set to 100644
File size: 726 bytes
RevLine 
[c8d4414]1Submitted By: Joe Ciccone <jciccone@gmail.com
2Date: 2010-08-08
3Initial Package Version: 2.12
4Upstream Status: Unknown
5Origin: Joe Ciccone
6Description: Seperates the normal and implcit rules, make 3.82 complains
7 when they are defined on the same line.
8
9diff -Naur eglibc-2.12.orig/manual/Makefile eglibc-2.12/manual/Makefile
10--- eglibc-2.12.orig/manual/Makefile 2010-03-31 19:12:26.000000000 +0000
11+++ eglibc-2.12/manual/Makefile 2010-08-08 20:29:22.905807775 +0000
12@@ -243,7 +243,11 @@
13 .PHONY: stubs
14 stubs: $(objpfx)stubs
15 endif
16-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
17+$(objpfx)stubs ../po/manual.pot:
18+ $(make-target-directory)
19+ touch $@
20+
21+$(objpfx)stamp%:
22 $(make-target-directory)
23 touch $@
24
Note: See TracBrowser for help on using the repository browser.