Tagged Questions
3
votes
2answers
745 views
GNU “install” -d flag — how's it work?
I'm trying to write a makefile rule to copy a directory, maintaining its structure, and since all the other rules in our makefiles use install, I wanted to be consistent.
In the manpage, it says:
...