From 11c85529788585873b0b81ce4bc653f33621a548 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Tue, 4 Jul 2023 06:50:43 -0400 Subject: [PATCH] Remove SILENT from make prep as it treats the -v as version --- git-cvs2git.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 git-cvs2git.sh diff --git a/git-cvs2git.sh b/git-cvs2git.sh old mode 100644 new mode 100755 index ff7b1d6..e9d5b36 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -333,7 +333,8 @@ cd $CVSFiles/$1/$BASEORCONTRIB # Fully populate the directory (gets the tar file - which is not strictly in CVS) and creates the directory source tree # applying the patches to the base in the tar file. # Might need to replace this by the code from the makefile if we decide to move "make prep" to git moe likely we'll implement a new one "make gitprep". -make "$SILENT" prep +make prep +#echo `pwd`; exit 0 # Extract the directory name for the file tree (it will include the name of the module plus some version information) # Same trick that we use in the makefile.common - taking the name and verison from the .spec file.