From 3f8a85775b8fdab242829b97cf62438f76546b4e Mon Sep 17 00:00:00 2001 From: liuh-80 <58683130+liuh-80@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:27:17 +0800 Subject: [PATCH] Fix bash build break issue. --- src/bash/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bash/Makefile b/src/bash/Makefile index b294e6e1c40d..0d1b3817134d 100644 --- a/src/bash/Makefile +++ b/src/bash/Makefile @@ -5,6 +5,8 @@ SHELL = /bin/bash MAIN_TARGET = bash_$(BASH_VERSION_FULL)_$(CONFIGURED_ARCH).deb $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% : + # Quilt store applied patches info in .pc folder, if this folder not clean, quilt can't apply patches correctly. + rm -rf .pc rm -rf bash-$(BASH_VERSION_MAJOR) dget -u https://launchpad.net/debian/+archive/primary/+sourcefiles/bash/$(BASH_VERSION_FULL)/bash_$(BASH_VERSION_FULL).dsc