mirror of
https://github.com/corda/corda.git
synced 2025-01-17 02:09:50 +00:00
delete cmake-build and distrib in clean target
This commit is contained in:
parent
cbde34620c
commit
b35f236066
7
makefile
7
makefile
@ -1623,8 +1623,9 @@ jdk-test: $(test-dep) $(build)/classpath.jar $(build)/jdk-run-tests.sh $(build)/
|
|||||||
tarball:
|
tarball:
|
||||||
@echo "creating build/avian-$(version).tar.bz2"
|
@echo "creating build/avian-$(version).tar.bz2"
|
||||||
@mkdir -p build
|
@mkdir -p build
|
||||||
(cd .. && tar --exclude=build --exclude='.*' --exclude='*~' -cjf \
|
(cd .. && tar --exclude=build --exclude=cmake-build --exclude=distrib \
|
||||||
avian/build/avian-$(version).tar.bz2 avian)
|
--exclude='.*' --exclude='*~' \
|
||||||
|
-cjf avian/build/avian-$(version).tar.bz2 avian)
|
||||||
|
|
||||||
.PHONY: clean-current
|
.PHONY: clean-current
|
||||||
clean-current:
|
clean-current:
|
||||||
@ -1634,7 +1635,7 @@ clean-current:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@echo "removing build"
|
@echo "removing build"
|
||||||
rm -rf build
|
rm -rf build cmake-build distrib
|
||||||
|
|
||||||
ifeq ($(continuations),true)
|
ifeq ($(continuations),true)
|
||||||
$(build)/compile-x86-asm.o: $(src)/continuations-x86.$(asm-format)
|
$(build)/compile-x86-asm.o: $(src)/continuations-x86.$(asm-format)
|
||||||
|
Loading…
Reference in New Issue
Block a user