diff -r 38597d675b03 -r a8b434605895 Makefile --- a/Makefile Thu Jul 28 17:47:10 2022 +0200 +++ b/Makefile Sun Jul 31 16:43:25 2022 +0200 @@ -6,7 +6,7 @@ # build_in_docker.sh : use case example # provision_bionic64.sh : prerequisites -all: Beremiz-installer +all: main_target DIST ?= win32 @@ -17,8 +17,6 @@ CPUS := `cat /proc/cpuinfo | grep -e 'processor\W*:\W*[[:digit:]]*' | nl -n ln | tail -n1 | cut -f1` BLKDEV=/dev/null -XVFBRUN ?= xvfb-run - distfiles = $(src)/distfiles sfmirror = downloads tmp := $(shell rm -rf $${TMPDIR:-/tmp}/beremiz_dist_build_tmp.* ; mktemp -d -t beremiz_dist_build_tmp.XXXXXXXXXX) @@ -49,8 +47,6 @@ get_src_sf=$(call get_src_http,https://$(sfmirror).sourceforge.net/project/$(1),$(2)) -include $(src)/windows_installer.mk - ifneq ("$(DIST)","") include $(src)/$(DIST).mk endif @@ -96,7 +92,7 @@ echo "\n******* PACKAGE REVISIONS ********\n" > revisions.txt (echo -n "beremiz_dist revision is: "; hg -R $(src) id;) >> revisions.txt ($(foreach project,$(OWN_PROJECTS),$(call show_revision_details,$(project)))) >> revisions.txt - bash -c 'hg -R $(src) st | ( if read ; then echo -e "\n******* MODIFIED LPCDISTRO ********\n" ; hg -R $(src) st ; fi ) >> revisions.txt' + bash -c 'hg -R $(src) st | ( if read ; then echo -e "\n******* beremiz_public_dist IS MODIFIED ********\n" ; hg -R $(src) st ; fi ) >> revisions.txt'