diff options
author | Kyle McMartin <kyle@phobos.i.jkkm.org> | 2010-09-02 21:46:22 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@phobos.i.jkkm.org> | 2010-09-02 21:46:22 -0400 |
commit | f89b4ffb147b225e8b92782b565f462ba0109992 (patch) | |
tree | 22b41876d75c828a03e57b7ba433ce9da7db8136 | |
parent | e9ce60f6ef994c8f98c09d8ebc812fea87ca395c (diff) | |
download | kernel-f89b4ffb147b225e8b92782b565f462ba0109992.tar.gz kernel-f89b4ffb147b225e8b92782b565f462ba0109992.tar.xz kernel-f89b4ffb147b225e8b92782b565f462ba0109992.zip |
fish out proper metadata from my old mail
-rw-r--r-- | linux-2.6-makefile-after_link.patch | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linux-2.6-makefile-after_link.patch b/linux-2.6-makefile-after_link.patch index 152d92ddc..239e49aff 100644 --- a/linux-2.6-makefile-after_link.patch +++ b/linux-2.6-makefile-after_link.patch @@ -1,7 +1,13 @@ +From f072f7db2194c8255c003d985b61ad2f97ebbee0 Mon Sep 17 00:00:00 2001 From: Roland McGrath <roland@redhat.com> -Subject: Fix build ID fiddling magic. (#465873) -Date: 2008/10/07 21:58:20 +Date: Mon, 6 Oct 2008 23:03:03 -0700 +Subject: [PATCH] kbuild: AFTER_LINK +If the make variable AFTER_LINK is set, it is a command line to run +after each final link. This includes vmlinux itself and vDSO images. + +Signed-off-by: Roland McGrath <roland@redhat.com> +--- diff --git a/Makefile b/Makefile index f908acc..960ff6f 100644 --- a/Makefile |