mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-11-02 14:03:44 +01:00
build: Terminate lists in variables with «# EOL»
This means we can add a trailing «\» to every element, so that they can be removed without requiring modification of other lines, and can be easily sorted. Replace the old usage of $(nil) which could possibly end up with junk added if such variable is ever defined, in the environment.
This commit is contained in:
@@ -29,4 +29,4 @@ nobase_include_HEADERS = \
|
||||
bsd/unistd.h \
|
||||
bsd/vis.h \
|
||||
bsd/wchar.h \
|
||||
$(nil)
|
||||
# EOL
|
||||
|
||||
Reference in New Issue
Block a user