Commit ae15718b authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

Do not install .gitignore

This avoids installing .gitignore file to compel includes.

While at it, describe why this .gitignore is needed.
Signed-off-by: 's avatarKir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 2b602c36
...@@ -87,8 +87,10 @@ install: compel/plugins/std.lib.a compel/plugins/fds.lib.a ...@@ -87,8 +87,10 @@ install: compel/plugins/std.lib.a compel/plugins/fds.lib.a
$(Q) mkdir -p $(DESTDIR)$(LIBEXECDIR)/compel/scripts $(Q) mkdir -p $(DESTDIR)$(LIBEXECDIR)/compel/scripts
$(Q) install -m 0644 compel/arch/$(ARCH)/scripts/compel-pack.lds.S $(DESTDIR)$(LIBEXECDIR)/compel/scripts $(Q) install -m 0644 compel/arch/$(ARCH)/scripts/compel-pack.lds.S $(DESTDIR)$(LIBEXECDIR)/compel/scripts
$(E) " INSTALL " compel plugins uapi $(E) " INSTALL " compel plugins uapi
$(Q) mkdir -p $(DESTDIR)$(INCLUDEDIR)/compel/plugins $(Q) mkdir -p $(DESTDIR)$(INCLUDEDIR)/compel/plugins/std/asm
$(Q) cp -frL compel/plugins/include/uapi/* $(DESTDIR)$(INCLUDEDIR)/compel/plugins/ $(Q) cp -fL compel/plugins/include/uapi/*.h $(DESTDIR)$(INCLUDEDIR)/compel/plugins/
$(Q) cp -fL compel/plugins/include/uapi/std/*.h $(DESTDIR)$(INCLUDEDIR)/compel/plugins/std/
$(Q) cp -fL compel/plugins/include/uapi/std/asm/*.h $(DESTDIR)$(INCLUDEDIR)/compel/plugins/std/asm/
.PHONY: install .PHONY: install
uninstall: uninstall:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment