mcreboot-smp-x86.sh: handle resource allocation after unloading; mcstop+release-smp-x86.sh

This commit is contained in:
Balazs Gerofi
2015-08-22 18:55:53 +09:00
parent c85a9b99e1
commit b8f166e608
5 changed files with 74 additions and 8 deletions

View File

@@ -44,7 +44,8 @@ install::
;; \
smp-x86) \
mkdir -p -m 755 $(SBINDIR); \
install -m 755 arch/x86/tools/mcreboot-smp-x86.sh $(SBINDIR)/mcreboot; \
install -m 755 arch/x86/tools/mcreboot-smp-x86.sh $(SBINDIR)/mcreboot.sh; \
install -m 755 arch/x86/tools/mcstop+release-smp-x86.sh $(SBINDIR)/mcstop+release.sh; \
mkdir -p -m 755 $(MANDIR)/man1; \
install -m 644 arch/x86/tools/mcreboot.1 $(MANDIR)/man1/mcreboot.1; \
;; \