You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/03 14:02:02 UTC

[GitHub] [apisix] membphis commented on a change in pull request #6245: build: purge all the dependent rocks

membphis commented on a change in pull request #6245:
URL: https://github.com/apache/apisix/pull/6245#discussion_r798592483



##########
File path: Makefile
##########
@@ -161,6 +161,14 @@ deps: runtime
 	fi
 
 
+### undeps : Uninstallation dependencies
+.PHONY: undeps
+undeps:
+	@$(call func_echo_status, "$@ -> [ Start ]")
+	$(ENV_LUAROCKS) purge --tree=deps

Review comment:
       Another easier way: `rm -rf deps`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org