X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=92d7a4effd019018eeeef9166238693fb5857dbe;hb=8bef3a120ae0d5887101b3b3f308f42c15b4b44d;hp=9be998c0d11cb6c91a232767ace8ee2ae7147d96;hpb=0f364856b7ab3ffbc3f3d36a5fcd0288109ecb35;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 9be998c..92d7a4e 100644 --- a/Makefile +++ b/Makefile @@ -254,9 +254,9 @@ current_build := $(shell cat next.build) this_branch := $(shell tail -c +2 CVS/Tag 2>/dev/null || echo HEAD) this_branch_flag := $(shell test $(this_branch) = HEAD && echo || echo -r $(this_branch)) -strip_$(target) := upstream/install/$(target)/bin/strip build/$(platform)/$(target_bin) -o +strip_$(platform) := upstream/install/$(target)/bin/strip build/$(platform)/$(target_bin) -o strip_JVM := cp build/$(platform)/$(target_bin) -install-dist:; $(strip_$(target)) /var/www/master.dist.xwt.org/xwt-$(current_build).$(target_bin_extension).unsigned +install-dist:; $(strip_$(platform)) /var/www/master.dist.xwt.org/xwt-$(current_build).$(target_bin_extension).unsigned dist: compile ifneq ($(shell uname -n),megacz.com) echo "***********************************************************"