mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-22 06:50:25 +00:00
rename the build target
This commit is contained in:
parent
6d88a385f6
commit
7c261d5b43
6
debian/rules
vendored
6
debian/rules
vendored
@ -360,7 +360,7 @@ VERBOSE=VERBOSE=1
|
||||
# ninja
|
||||
#VERBOSE=-v
|
||||
|
||||
debian-stage2-build:
|
||||
debian-full-build:
|
||||
$(PRE_[PROCESS) make $(NJOBS) -C $(TARGET_BUILD) $(VERBOSE) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1 stage2
|
||||
|
||||
|
||||
@ -442,7 +442,7 @@ debian-libcxxabi-build:
|
||||
$(PRE_PROCESS_CONF) make $(NJOBS) $(VERBOSE) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)"
|
||||
touch $@
|
||||
|
||||
override_dh_auto_build: debian-stage2-build debian-libfuzzer-build debian-libcxx-build debian-libcxxabi-build
|
||||
override_dh_auto_build: debian-full-build debian-libfuzzer-build debian-libcxx-build debian-libcxxabi-build
|
||||
|
||||
override_dh_prep: build_doc
|
||||
dh_prep
|
||||
@ -801,4 +801,4 @@ override_dh_auto_clean:
|
||||
rm -f $(CURDIR)/clang/tools/clang-format/clang-format-$(LLVM_VERSION).py
|
||||
rm -rf libcxx/build libcxxabi/build
|
||||
|
||||
.PHONY: override_dh_strip preconfigure debian-stage2-build debian-libfuzzer-build debian-libcxx-build debian-libcxxabi-build
|
||||
.PHONY: override_dh_strip preconfigure debian-full-build debian-libfuzzer-build debian-libcxx-build debian-libcxxabi-build
|
||||
|
Loading…
Reference in New Issue
Block a user