The R Project SVN R

Rev

Rev 27864 | Rev 28576 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27864 Rev 27896
Line 55... Line 55...
55
	   ../../../bin/check ../../../bin/Rdconv \
55
	   ../../../bin/check ../../../bin/Rdconv \
56
	   ../../../bin/Sd2Rd ../../../bin/Rdiff.sh ../../../bin/Rprof cp2bin
56
	   ../../../bin/Sd2Rd ../../../bin/Rdiff.sh ../../../bin/Rprof cp2bin
57
	@$(ECHO) done > fixbin
57
	@$(ECHO) done > fixbin
58
 
58
 
59
cp2bin: $(filter-out ./bin/CVS, $(wildcard ./bin/*))
59
cp2bin: $(filter-out ./bin/CVS, $(wildcard ./bin/*))
60
ifneq ($(strip $(BUILD)),CROSS)
60
ifeq ($(strip $(BUILD)),CROSS)
61
	@zip -ql bins $^
61
	@zip -ql bins $^
62
	@unzip -oq bins -d  ../../..
62
	@unzip -oq bins -d  ../../..
63
else
63
else
64
	@zip -q bins $^
64
	@zip -q bins $^
65
	@unzip -oaq bins -d  ../../..
65
	@unzip -oaq bins -d  ../../..