@echo "Attach delve to localhost on these ports to continue:" @echo " - 23401: cilium-agent (kind-control-plane)" @echo " - 23411: cilium-agent (kind-worker)" $(eval $(call KIND_ENV,kind-debug)) kind-debug: ## Create a local kind development environment with cilium-agent & ...
CONTINUE_ON_EXPECTED_ERRORS ?= 0 ifneq (, $(EXPECT_ERRORS)) ifneq (1,$(CONTINUE_ON_EXPECTED_ERRORS)) $(error You can let the build continue on expected errors by setting CONTINUE_ON_EXPECTED_ERRORS=1 to the command line)
.delete_on_error The make tool will stop running a rule (and will propogate back to prerequisites) if a command returns a nonzero exit status. DELETE_ON_ERRORwill delete the target of a rule if the rule fails in this manner. This will happen for all targets, not just the one it is...
make:[test]Error1(ignored)continue root@chenwr-pc:/home/workspace/my_workspace/study/makefile# make test--ignore-errors mkdir:cannot create directory ‘path1’:File exists make:[test]Error1(ignored)continue 如果一个规则是以“.IGNORE”作为目标的,那么这个规则中的所有命令将会忽略错误。 .IGNORE:te...
# This error will be printed but ignored, and make will continue to run false touch one 1. 2. 3. 4. 执行make,会出现出现终止程序错误 false make: *** [one] Error 1 1. 2. 如果在false前面加上-,输出 false make: [one] Error 1 (ignored) ...
master Documentation LICENSES arch block certs crypto drivers fs include init io_uring ipc kernel lib mm net rust samples scripts security sound tools usr virt .clang-format .cocciconfig .editorconfig .get_maintainer.ignore .gitattributes .gitignore ...
## This makefile system follows the structuring conventions# recommended by Peter Miller in his excellent paper:## Recursive Make Considered Harmful# http://aegis.sourceforge.net/auug97.pdf#OBJDIR := obj# Run 'make V=1' to turn on verbose commands, or 'make V=0' to turn them off.#ma...
A command line begins with one or more spaces or tabs. A backslash (\) followed by a newline character is interpreted as a space in the command. Use a backslash at the end of a line to continue a command onto the next line. NMAKE interprets the backslash literally if any other charac...
-d $$a; then continue; else true; fi; \ b=$(LIBDEST)/$$d; \ if test ! -d $(DESTDIR)$$b; then \ echo "Creating directory $$b"; \ $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$$b; \ else true; \ fi; \ done @for i in $(srcdir)/Lib/*.py; \ do \ if test -x...
permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the spec...