]> git.mdlowis.com Git - proto/albase.git/commitdiff
Added rules to copy the etc files
authorMike Lowis <mike.lowis@gentex.com>
Wed, 18 May 2016 20:05:21 +0000 (16:05 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 18 May 2016 20:05:21 +0000 (16:05 -0400)
etc/Rules.mk [new file with mode: 0644]

diff --git a/etc/Rules.mk b/etc/Rules.mk
new file mode 100644 (file)
index 0000000..7ffaac2
--- /dev/null
@@ -0,0 +1,9 @@
+PHONY  += etc
+DIRS   += $(BUILDDIR)/etc
+ECLEAN += $(BUILDDIR)/etc/*
+
+ETC_SUBDIR = etc
+ETC_FILES  = $(filter-out $(ETC_SUBDIR)/Rules.mk,$(wildcard $(ETC_SUBDIR)/*))
+
+etc:
+       cp $(ETC_FILES) $(BUILDDIR)/etc