tobuild trouble

Bill Nottingham notting at redhat.com
Tue May 10 18:52:39 UTC 2005


Michael Schwendt (bugs.michael at gmx.net) said: 
> --- Makefile.common.~1.14.~     2005-05-10 07:57:42.000000000 +0200
> +++ Makefile.common     2005-05-10 20:45:56.000000000 +0200
> @@ -303,8 +303,7 @@
>  build:   $(COMMON_DIR)/branches
>         @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi
>         @(pushd $(COMMON_DIR) >/dev/null ;\
> -       rm -f tobuild ;\
> -       cvs -Q update ;\
> +       cvs -Q update -C ;\
>         echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\
>         cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\
>         popd >/dev/null)

Added.

Bill




More information about the fedora-extras-commits mailing list