Skip to content
Snippets Groups Projects
Commit b842e85f authored by Mike Collins's avatar Mike Collins
Browse files

added --parents option to all references to mkdir

parent 0bdb57d7
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ normal: bins ../lib/riglib.a ../bin/anrig ../bin/genrigd ../bin/rig_lint test
bins: bin ../bin/rc ../bin/ic ../bin/v
bin:
-mkdir ../bin
-mkdir --parents ../bin
#rigal_scratch:#
# rm -rf ../rigal_scratch
......@@ -63,7 +63,7 @@ bin:
../lib/riglib.a:$(CCF_SRC)
@echo '*Starting creating library'
-mkdir ../lib
-mkdir --parents ../lib
-rm -f ../lib/riglib.a
ar rv ../lib/riglib.a $(CCF_SRC)
-ranlib ../lib/riglib.a
......
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