mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-17 23:51:33 +00:00
fix a typo in PRE_PROCESS
This commit is contained in:
parent
7c261d5b43
commit
0fc78cdf4c
2
debian/rules
vendored
2
debian/rules
vendored
@ -361,7 +361,7 @@ VERBOSE=VERBOSE=1
|
||||
#VERBOSE=-v
|
||||
|
||||
debian-full-build:
|
||||
$(PRE_[PROCESS) make $(NJOBS) -C $(TARGET_BUILD) $(VERBOSE) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1 stage2
|
||||
$(PRE_PROCESS) make $(NJOBS) -C $(TARGET_BUILD) $(VERBOSE) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1 stage2
|
||||
|
||||
|
||||
# Check the stage 2 build worked
|
||||
|
Loading…
Reference in New Issue
Block a user