mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 12:43:32 +00:00
debian: fix typo (split line) in rules
This commit is contained in:
parent
a4e8622d50
commit
1f05e8ae8a
3
debian/rules
vendored
3
debian/rules
vendored
@ -10,8 +10,7 @@
|
|||||||
unexport SUDO_USER
|
unexport SUDO_USER
|
||||||
|
|
||||||
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
||||||
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_B
|
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
||||||
UILD_OPTIONS))))
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
UPSTREAM_RUST_VERSION := \
|
UPSTREAM_RUST_VERSION := \
|
||||||
|
Loading…
Reference in New Issue
Block a user