From 5b9bc14f6830ef4eaf19fe090d0475b9473393dc Mon Sep 17 00:00:00 2001 From: "James K. Lowden" <jklowden@symas.com> Date: Mon, 6 May 2024 17:46:56 -0400 Subject: [PATCH] add scripts for RH8 installation --- gcc/cobol/scripts/{migration => rocky8}/README.md | 0 gcc/cobol/scripts/{migration => rocky8}/bin/build-bison | 0 gcc/cobol/scripts/{migration => rocky8}/bin/configure-gcc-cobol | 0 gcc/cobol/scripts/{migration => rocky8}/bin/prepare-gcc-cobol | 0 gcc/cobol/scripts/{migration => rocky8}/migration-guide.1 | 0 gcc/cobol/scripts/{migration => rocky8}/share/prerequisites | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename gcc/cobol/scripts/{migration => rocky8}/README.md (100%) rename gcc/cobol/scripts/{migration => rocky8}/bin/build-bison (100%) rename gcc/cobol/scripts/{migration => rocky8}/bin/configure-gcc-cobol (100%) rename gcc/cobol/scripts/{migration => rocky8}/bin/prepare-gcc-cobol (100%) rename gcc/cobol/scripts/{migration => rocky8}/migration-guide.1 (100%) rename gcc/cobol/scripts/{migration => rocky8}/share/prerequisites (100%) diff --git a/gcc/cobol/scripts/migration/README.md b/gcc/cobol/scripts/rocky8/README.md similarity index 100% rename from gcc/cobol/scripts/migration/README.md rename to gcc/cobol/scripts/rocky8/README.md diff --git a/gcc/cobol/scripts/migration/bin/build-bison b/gcc/cobol/scripts/rocky8/bin/build-bison similarity index 100% rename from gcc/cobol/scripts/migration/bin/build-bison rename to gcc/cobol/scripts/rocky8/bin/build-bison diff --git a/gcc/cobol/scripts/migration/bin/configure-gcc-cobol b/gcc/cobol/scripts/rocky8/bin/configure-gcc-cobol similarity index 100% rename from gcc/cobol/scripts/migration/bin/configure-gcc-cobol rename to gcc/cobol/scripts/rocky8/bin/configure-gcc-cobol diff --git a/gcc/cobol/scripts/migration/bin/prepare-gcc-cobol b/gcc/cobol/scripts/rocky8/bin/prepare-gcc-cobol similarity index 100% rename from gcc/cobol/scripts/migration/bin/prepare-gcc-cobol rename to gcc/cobol/scripts/rocky8/bin/prepare-gcc-cobol diff --git a/gcc/cobol/scripts/migration/migration-guide.1 b/gcc/cobol/scripts/rocky8/migration-guide.1 similarity index 100% rename from gcc/cobol/scripts/migration/migration-guide.1 rename to gcc/cobol/scripts/rocky8/migration-guide.1 diff --git a/gcc/cobol/scripts/migration/share/prerequisites b/gcc/cobol/scripts/rocky8/share/prerequisites similarity index 100% rename from gcc/cobol/scripts/migration/share/prerequisites rename to gcc/cobol/scripts/rocky8/share/prerequisites -- GitLab