mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Do not install .gitignore
This avoids installing .gitignore file to compel includes. While at it, describe why this .gitignore is needed. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
2b602c363f
commit
ae15718b13
2 changed files with 5 additions and 2 deletions
|
|
@ -87,8 +87,10 @@ install: compel/plugins/std.lib.a compel/plugins/fds.lib.a
|
|||
$(Q) mkdir -p $(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
|
||||
$(Q) mkdir -p $(DESTDIR)$(INCLUDEDIR)/compel/plugins
|
||||
$(Q) cp -frL compel/plugins/include/uapi/* $(DESTDIR)$(INCLUDEDIR)/compel/plugins/
|
||||
$(Q) mkdir -p $(DESTDIR)$(INCLUDEDIR)/compel/plugins/std/asm
|
||||
$(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
|
||||
|
||||
uninstall:
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
# Dear git, please keep this directory
|
||||
Loading…
Add table
Add a link
Reference in a new issue