utils/server.mk: use --transform, not alias --xform

* utils/server.mk: For compatibility with GNU tar 1.20, use
  --transform, not alias --xform.
This commit is contained in:
Achim Gratz 2012-08-24 20:39:30 +02:00
parent a986d316a3
commit 961f994b14
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ elpa-dirty: autoloads
-@$(RM) $(ORGDIR) $(ORGTAR) $(ORGZIP)
ln -s . $(ORGDIR)
echo "(define-package \"org\" \"$(PKG_TAG)\" \"$(PKG_DOC)\" $(PKG_REQ))" >org-pkg.el
tar --exclude=Makefile --xform='s:\(lisp\|doc\)/::' -cf $(ORGDIR).tar \
tar --exclude=Makefile --transform='s:\(lisp\|doc\)/::' -cf $(ORGDIR).tar \
$(foreach dist, $(ORGELPA), $(ORGDIR)/$(dist))
-@$(RM) $(ORGDIR) org-pkg.el
$(if $(filter-out $(ORGVERSION), $(GITVERSION)), \