mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
cifs: add missing Makefile
This fixes the make install target, which traverses all tests/* subdirectories. Reported-by: David Drysdale <drysdale@google.com> Signed-off-by: David Disseldorp <ddiss@suse.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
6a923ff03d
commit
9809bd25b7
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# Copyright (c) 2003-2005 Silicon Graphics, Inc. All Rights Reserved.
|
||||
#
|
||||
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/include/builddefs
|
||||
|
||||
CIFS_DIR = cifs
|
||||
TARGET_DIR = $(PKG_LIB_DIR)/$(TESTS_DIR)/$(CIFS_DIR)
|
||||
|
||||
include $(BUILDRULES)
|
||||
|
||||
install:
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)
|
||||
$(INSTALL) -m 755 [0-9]?? $(TARGET_DIR)
|
||||
$(INSTALL) -m 644 group $(TARGET_DIR)
|
||||
$(INSTALL) -m 644 [0-9]??.* $(TARGET_DIR)
|
||||
|
||||
# Nothing.
|
||||
install-dev install-lib:
|
||||
Reference in New Issue
Block a user