Skip to content

Commit

Permalink
<Make> Updated clean_qemu routines
Browse files Browse the repository at this point in the history
- Updated qemu uninstallation routines to clean up the environment.

Bug Issue: Resolves #247
  • Loading branch information
akashkollipara committed Nov 23, 2023
1 parent 3a53a42 commit 1e05ca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/qemu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ $(QEMU_OUT_PATH): $(QEMU_PATH)
rm -rf $(QEMU_PATH)
@echo "< ! > Adding load_qemu alias to bashrc ..."
@echo "< ! > run 'load_qemu' before trying to launch qemu!"
echo "alias load_qemu='export PATH=\"\$$PATH\":$@/bin/'" >> ~/.bashrc
echo "alias load_qemu='export PATH=\"\$$PATH\":$@/bin/'" >> ~/.bash_aliases
@echo "< / > Done !"

clean_qemu:
@echo "< ! > Removing cc-qemu installation ..."
rm -rf $(QEMU_OUT_PATH) $(QEMU_PATH)
sed "/cc_qemu/d" -i ~/.bash_aliases
@echo "< / > Done!"

qemu_test:
Expand Down

0 comments on commit 1e05ca9

Please sign in to comment.