We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6164d58 commit 3b3fa20Copy full SHA for 3b3fa20
Makefile
@@ -83,7 +83,7 @@ ifeq ($(NOBUSTER), 0)
83
$(MAKE) -f Makefile.work bullseye
84
endif
85
86
-init:
+init reset:
87
@echo "+++ Making $@ +++"
88
$(MAKE) -f Makefile.work $@
89
@@ -108,7 +108,7 @@ $(PLATFORM_PATH):
108
configure : $(PLATFORM_PATH)
109
$(call make_work, $@)
110
111
-clean reset showtag docker-cleanup sonic-slave-build sonic-slave-bash :
+clean showtag docker-cleanup sonic-slave-build sonic-slave-bash :
112
113
114
# Freeze the versions, see more detail options: scripts/versions_manager.py freeze -h
0 commit comments