From 65e7fca3dd8c89a7e271d6b4f9d8eeb4bf781ac3 Mon Sep 17 00:00:00 2001 From: Candy Tsai Date: Tue, 12 Mar 2019 00:26:36 +0800 Subject: [PATCH] Correct clean_build command according to Makefile The Makefile's command to clean only the tinyipa ramdisk build is `make clean_build`, adjust the name according to the Makefile. Change-Id: Icb9f2b7213de4be1eda71d92150f76e5efd72887 --- imagebuild/tinyipa/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagebuild/tinyipa/README.rst b/imagebuild/tinyipa/README.rst index 68e1309e1..af111bc09 100644 --- a/imagebuild/tinyipa/README.rst +++ b/imagebuild/tinyipa/README.rst @@ -67,7 +67,7 @@ For cleaning up just the iso or just the ramdisk build:: or:: - make clean_tinyipa + make clean_build Advanced options ----------------