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
|
Rev | Line | |
---|
[c8d4414] | 1 | Submitted By: Joe Ciccone <jciccone@gmail.com
|
---|
| 2 | Date: 2010-08-08
|
---|
| 3 | Initial Package Version: 2.12
|
---|
| 4 | Upstream Status: Unknown
|
---|
| 5 | Origin: Joe Ciccone
|
---|
| 6 | Description: Seperates the normal and implcit rules, make 3.82 complains
|
---|
| 7 | when they are defined on the same line.
|
---|
| 8 |
|
---|
| 9 | diff -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.