From ae92c8d6285e34b180d73829e8023778e5edd873 Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 8 Dec 2004 10:27:36 +0000 Subject: [PATCH] fake: powerpc/linux-mol: the same .tmp_gas_check removal as for alsa-driver is needed here. [2004120121481921929] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5010 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/powerpc/linux-mol/linux-mol.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/powerpc/linux-mol/linux-mol.conf b/package/powerpc/linux-mol/linux-mol.conf index 6654cf545..2dfca363f 100644 --- a/package/powerpc/linux-mol/linux-mol.conf +++ b/package/powerpc/linux-mol/linux-mol.conf @@ -24,6 +24,9 @@ makeinstopt="$makeopt install-modules" var_append makeopt " " "modules" +# this temp file causes sharedfiles errors +hook_add postmake 1 "rm -f $root/usr/src/linux/.tmp_gas_check" + # might need a review: why do the .depend files show up in the wrapper wlog? var_append flist''del "|" 'usr/src/linux.*/\..*depend'