another newbie question: Makefile.cvs
Lorenzo Delana
ldelana at libero.it
Mon Apr 16 13:03:37 UTC 2001
On Saturday 14 April 2001 14:49, you wrote:
> 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
works! but
s/kde-admin/kde-common/
cd kdevelop && ln -s ../kde-common/admin
then make -f Makefile.cvs works fine!
thnx,
Lore
>
> -
> to unsubscribe from this list send an email to
> kdevelop-devel-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«
-
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