updated Makefile.in

pull/2/head
Hari Sekhon 5 years ago
parent 4ce9bf0879
commit c51f6194b9

@ -448,9 +448,11 @@ fatpacks:
$(MAKE) fatpacks-local; \ $(MAKE) fatpacks-local; \
fi fi
@echo @echo
tar czvf fatpacks.tar.gz "$(FATPACKS_DIR)" @if [ -n "$(ls "$(FATPACKS_DIR)")" ]; then \
@echo tar czvf fatpacks.tar.gz "$(FATPACKS_DIR)"; \
@echo "Generated fatpacks.tar.gz containing $(FATPACKS_DIR)/ directory of perl scripts with all dependencies bundled" echo; \
echo "Generated fatpacks.tar.gz containing $(FATPACKS_DIR)/ directory of perl scripts with all dependencies bundled"; \
fi
.PHONY: fatpack .PHONY: fatpack
fatpack: fatpacks fatpack: fatpacks

Loading…
Cancel
Save