Remove SILENT from make prep as it treats the -v as version

This commit is contained in:
Brian Read 2023-07-04 06:50:43 -04:00
parent 211c2ee576
commit 11c8552978

3
git-cvs2git.sh Normal file → Executable file
View File

@ -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.