Skip to content
Snippets Groups Projects
Commit 02d790b7 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Add a mkdir for the expinfo directory where we store ns/ir/top files.

parent 91a8a311
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ install-mkdirs: ...@@ -45,6 +45,8 @@ install-mkdirs:
-mkdir -p $(INSTALL_TOPDIR)/backup -mkdir -p $(INSTALL_TOPDIR)/backup
-mkdir -p $(INSTALL_TOPDIR)/batch -mkdir -p $(INSTALL_TOPDIR)/batch
-chmod 777 $(INSTALL_TOPDIR)/batch -chmod 777 $(INSTALL_TOPDIR)/batch
-mkdir -p $(INSTALL_TOPDIR)/expinfo
-chmod 777 $(INSTALL_TOPDIR)/expinfo
clean: clean-subdirs clean: clean-subdirs
distclean: distclean-subdirs distclean: distclean-subdirs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment