mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Config: Don't quote arguments in Makefiles
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -392,8 +392,8 @@ __COMPRESS = \
|
||||
--verbose --verbose \
|
||||
--use-compress-program="$(3)" \
|
||||
$(TAR_OPTIONS) \
|
||||
--directory="$(1)" \
|
||||
--file="$(2)" \
|
||||
--directory=$(1) \
|
||||
--file=$(2) \
|
||||
.
|
||||
|
||||
COMPRESS_XZ = $(call __COMPRESS,$(1),$(2),xz $(XZ_OPT))
|
||||
@@ -407,8 +407,8 @@ define CREATE_PACKAGE
|
||||
--format=pax \
|
||||
--no-acls \
|
||||
--no-xattrs \
|
||||
--directory="$(1)" \
|
||||
--file="$(2)" \
|
||||
--directory=$(1) \
|
||||
--file=$(2) \
|
||||
--transform="s@^\./@@" \
|
||||
.
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user