mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 14:26:04 +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
|
||||
|
||||
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
||||
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_B
|
||||
UILD_OPTIONS))))
|
||||
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
||||
endif
|
||||
|
||||
UPSTREAM_RUST_VERSION := \
|
||||
|
Loading…
Reference in New Issue
Block a user