Reduce the reliance on non-standard "tar" options.
This commit is contained in:
parent
3b3a7ec889
commit
be106416dc
@ -137,7 +137,7 @@ distdir: MANIFEST
|
||||
done
|
||||
|
||||
$(DISTRIBUTION): distdir
|
||||
tar cfz $(DISTRIBUTION) $(DISTDIR)
|
||||
tar cf - $(DISTDIR) | gzip -9 >$(DISTRIBUTION)
|
||||
|
||||
dist: $(DISTRIBUTION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user