From 24326924c528ded7d4ea0b13b016996b790de839 Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Sun, 21 Feb 2021 17:19:36 +0100 Subject: [PATCH] pkg linux: cleanup after the header compile --- dont_use_here/inside_chroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dont_use_here/inside_chroot b/dont_use_here/inside_chroot index 4924b0c..ec9ad65 100755 --- a/dont_use_here/inside_chroot +++ b/dont_use_here/inside_chroot @@ -84,10 +84,12 @@ compile_packages # Build the headers of linux. # No other solutions don't work well/at all. +# NOTE: we need to clean up after ourselves. cd /iglunix/pkgs/linux cd src/linux-*/ gmake CC=cc CXX=c++ HOSTCC=cc HOSTCXX=c++ LEX=lex YACC=yacc LLVM_IAS=1 gmake CC=cc CXX=c++ HOSTCC=cc HOSTCXX=c++ YACC=yacc LLVM_IAS=1 INSTALL_HDR_PATH=/usr headers_install +rm -r ./src ./out cd /iglunix/pkgs/cmake