mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Avoid inline comments in variable assignments in Makefile
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
dbee797bca
commit
065a3bd1c3
@ -1,6 +1,7 @@
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
MAKEFLAGS += --no-builtin-rules # Prevent the implicit rules from compiling ".c" or ".s" files automatically.
|
||||
# Prevent the implicit rules from compiling ".c" or ".s" files automatically.
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
|
||||
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||
CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
|
||||
|
Reference in New Issue
Block a user