Skip to content

Commit ac8aeb8

Browse files
Update full wipe warning message
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
1 parent 5912800 commit ac8aeb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ $(DEFAULT_GETDEPS_TOOL): $(wildcard $(OSF_BUILDER_DIR)/getdeps/*.go)
287287
# The flag file is used to avoid re-running unless JSON configs have changed.
288288
$(PLATFORM_BUILD_DIR)/.%-deps: $(CONFIG) $(GETDEPS_TOOL) $(ALL_CONFIGS)
289289
@if [ -f "$@" -a $(_WIPE_CONFIRMED) -eq 0 ]; then \
290-
echo "WARNING: A full wipe is being triggered, it will delete all the downloaded code under $(PLATFORM_BUILD_DIR), are you sure to continue? (y/n)"; \
290+
echo "WARNING: A full wipe is being triggered, it will remove build artifacts and git repos under $(PLATFORM_BUILD_DIR), are you sure to continue? (y/n)"; \
291291
read ans; \
292292
if [ "$$ans" = "y" ]; then \
293293
echo continue; \

0 commit comments

Comments
 (0)