From db8fd5298811fb2448d7fe74a77457f2df8bcabb Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 16 Apr 2015 23:11:49 -0400 Subject: added make file which creates destination dirs --- dest_dirs.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dest_dirs.mk (limited to 'dest_dirs.mk') diff --git a/dest_dirs.mk b/dest_dirs.mk new file mode 100644 index 0000000..bceea06 --- /dev/null +++ b/dest_dirs.mk @@ -0,0 +1,10 @@ +# -*- make -*- +# (C) 2015 by Eugeniy Mikhailov, + +# make all destination dirs + +pruned_destination_dirs = $(sort $(destination_dirs)) + +$(pruned_destination_dirs): + $(INSTALL) -d -m 0755 '$@' + -- cgit v1.2.3