mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 03:56:42 +00:00
Put .PHONY
notations near targets
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e92cbd0e28
commit
26d17704bf
@ -8,7 +8,6 @@ REGRESSION_BUILD_DIR ?= $(INITRAMFS)/regression
|
||||
TEST_APPS := signal_c pthread network hello_world hello_pie hello_c fork_c fork execve pty
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all:
|
||||
@mkdir -p $(REGRESSION_BUILD_DIR)
|
||||
@for test_app in $(TEST_APPS); \
|
||||
|
@ -1,6 +1,5 @@
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: ./*.sh
|
||||
@cp ./*.sh $(BUILD_DIR)
|
||||
@cp ./*.sh $(BUILD_DIR)
|
||||
|
@ -14,7 +14,6 @@ CC := gcc
|
||||
C_FLAGS :=
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: $(OBJ_OUTPUT_DIR) $(C_OBJS) $(ASM_OBJS)
|
||||
|
||||
$(OBJ_OUTPUT_DIR):
|
||||
|
Reference in New Issue
Block a user