X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=Makefile;h=a919ea93b9269de86d96967bf08eef2c439d4e2c;hb=5044df0df8cfdcdf2311f3a4f4b59f4b7cc72dc3;hp=8327b9bef846407c6c0a5c1c7ad0b891f33e8a8b;hpb=85bea7e0563de54daffca11633d2248060efec85;p=gpl%2Fargeo-tp.git diff --git a/Makefile b/Makefile index 8327b9b..a919ea9 100644 --- a/Makefile +++ b/Makefile @@ -1,26 +1,30 @@ include sdk.mk -.PHONY: clean all +.PHONY: clean all bootstrap -all: distribution +all: bootstrap distribution BOOTSTRAP_BASE=$(SDK_BUILD_BASE)/bootstrap A2_OUTPUT = $(SDK_BUILD_BASE)/a2 -distribution: bootstrap +distribution: make -C repackage all make -C rebuild all -bootstrap : +bootstrap: + make -C bootstrap bootstrap-download-sources all + +bootstrap-old : mkdir -p $(SDK_BUILD_BASE)/bootstrap - wget -c -O $(BOOTSTRAP_BASE)/ecj.jar https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar - wget -c -O $(BOOTSTRAP_BASE)/slf4j-api.jar https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar + wget -c -O $(BOOTSTRAP_BASE)/ecj.jar https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/3.32.0/ecj-3.32.0.jar + wget -c -O $(BOOTSTRAP_BASE)/slf4j-api.jar https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar wget -c -O $(BOOTSTRAP_BASE)/bndlib.jar https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/5.3.0/biz.aQute.bndlib-5.3.0.jar clean: - rm -rf $(BOOTSTRAP_BASE) + make -C bootstrap clean make -C repackage clean make -C rebuild clean + clean-origin-cache: rm -rf $(HOME)/.cache/argeo/build