From patchwork Tue Apr 10 14:36:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Precise] UBUNTU: Remove headers asm symlink entirely Date: Tue, 10 Apr 2012 04:36:22 -0000 From: Tim Gardner X-Patchwork-Id: 151602 Message-Id: <1334068582-20272-1-git-send-email-tim.gardner@canonical.com> To: kernel-team@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/974403 "UBUNTU: [Config] Fix invalid linux-headers link" moved the erroneous symlink from asm-$ARCH to asm-generic. As it turns out, the asm symlink is superfluous, so just remove it entirely. Signed-off-by: Tim Gardner Acked-by: Leann Ogasawara Acked-by: Andy Whitcroft --- debian/rules.d/2-binary-arch.mk | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 8308925..66b4e51 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -189,9 +189,6 @@ ifeq ($(arch),powerpc) endif # Script to symlink everything up $(SHELL) $(DROOT)/scripts/link-headers "$(hdrdir)" "$(basepkg)" "$*" - # Setup the proper asm symlink - rm -f $(hdrdir)/include/asm - (cd $(hdrdir)/include; ln -s asm-generic asm) # The build symlink install -d debian/$(basepkg)-$*/lib/modules/$(abi_release)-$* ln -s /usr/src/$(basepkg)-$* \