another newbie question: Makefile.cvs
Malte Starostik
Malte.Starostik at t-online.de
Sat Apr 14 12:49:17 UTC 2001
Am Montag, 16. April 2001 14:36 schrieben Sie:
> all:
> @echo "This Makefile is only for the CVS repository"
> @echo "This will be deleted before making the distribution"
> @echo ""
> @if test ! -d admin; then \
> echo "Please recheckout this module!" ;\
> echo "for cvs: use checkout once and after that update again" ;\
> echo "for cvsup: checkout kde-common from cvsup and" ;\
> echo " link kde-common/admin to ./admin" ;\
> exit 1 ;\
> fi
> $(MAKE) -f admin/Makefile.common cvs
>
> .SILENT:
>
> what I have todo to compile kdevelop ? now, I have KDEVELOP_1_4 branch
> from CVS.
cvs co kde-admin and then go into the kdevelop directory and checkout the
admin subdir.
-Malte
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list