mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
build: Fix installation for extended names
xfstests supports extended test names like 314-foo-bar, but installation of these tests was skipped (not matching a regexp). So this patch fixes the makefiles in tests/*/ The include/buildrules change was written by Dave Chinner. Signed-off-by: Jan Tulak <jtulak@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+2
-2
@@ -12,9 +12,9 @@ include $(BUILDRULES)
|
||||
|
||||
install:
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)
|
||||
$(INSTALL) -m 755 [0-9]?? $(TARGET_DIR)
|
||||
$(INSTALL) -m 755 $(TESTS) $(TARGET_DIR)
|
||||
$(INSTALL) -m 644 group $(TARGET_DIR)
|
||||
$(INSTALL) -m 644 [0-9]??.* $(TARGET_DIR)
|
||||
$(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR)
|
||||
|
||||
# Nothing.
|
||||
install-dev install-lib:
|
||||
|
||||
Reference in New Issue
Block a user