File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ light-source-dist: light-source-dist.tmp
497
497
# Prefix everything with the current directory name (usually "julia"), then create tarball
498
498
DIRNAME=$$(basename $$(pwd ) ) ; \
499
499
sed -e " s_.*_$$ DIRNAME/&_" light-source-dist.tmp > light-source-dist.tmp1; \
500
- cd ../ && tar -cz -T $$ DIRNAME/light-source-dist.tmp1 --no-recursion -f $$ DIRNAME/julia-$(JULIA_VERSION ) _$(JULIA_COMMIT ) .tar.gz
500
+ cd ../ && tar -cz --no-recursion - T $$ DIRNAME/light-source-dist.tmp1 -f $$ DIRNAME/julia-$(JULIA_VERSION ) _$(JULIA_COMMIT ) .tar.gz
501
501
502
502
source-dist :
503
503
@echo \' source-dist\' target is deprecated: use \' full-source-dist\' instead.
@@ -514,7 +514,7 @@ full-source-dist: light-source-dist.tmp
514
514
# Prefix everything with the current directory name (usually "julia"), then create tarball
515
515
DIRNAME=$$(basename $$(pwd)); \
516
516
sed -e "s_.*_$$DIRNAME/&_" full-source-dist.tmp > full-source-dist.tmp1; \
517
- cd ../ && tar -cz -T $$DIRNAME/full-source-dist.tmp1 --no-recursion -f $$DIRNAME/julia-$(JULIA_VERSION)_$(JULIA_COMMIT)-full.tar.gz
517
+ cd ../ && tar -cz --no-recursion - T $$DIRNAME/full-source-dist.tmp1 -f $$DIRNAME/julia-$(JULIA_VERSION)_$(JULIA_COMMIT)-full.tar.gz
518
518
519
519
clean : | $(CLEAN_TARGETS )
520
520
@-$(MAKE ) -C $(BUILDROOT ) /base clean
You can’t perform that action at this time.
0 commit comments