aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libaio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libaio/Makefile')
-rw-r--r--tools/libaio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libaio/Makefile b/tools/libaio/Makefile
index 06d8775e33..7f5c344b49 100644
--- a/tools/libaio/Makefile
+++ b/tools/libaio/Makefile
@@ -25,9 +25,9 @@ tag-archive:
create-archive: tag-archive
@rm -rf /tmp/$(NAME)
- @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(NAME) || echo GRRRrrrrr -- ignore [export aborted]
+ @cd /tmp && cvs -Q -d $(CVSROOT) export -r$(CVSTAG) $(NAME) || echo GRRRrrrrr -- ignore [export aborted]
@mv /tmp/$(NAME) /tmp/$(NAME)-$(VERSION)
- @cd /tmp; tar czSpf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION)
+ @cd /tmp && tar czSpf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION)
@rm -rf /tmp/$(NAME)-$(VERSION)
@cp /tmp/$(NAME)-$(VERSION).tar.gz .
@rm -f /tmp/$(NAME)-$(VERSION).tar.gz