Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Fix to copy plugins during "make install"



On Thu, 22 Jul 2004, C.Y.M. (C) wrote:

C> +       @if [ ! -d $(BINDIR) ]; then\
C> +           mkdir $(BINDIR);\
C> +           fi

instead of this you can do 

   mkdir -p $(BINDIR);

(and similarly for other directories)

c ya
        Sergei
-- 
--------------------------------------------------------------------  -?)
         eMail:       Sergei.Haller@math.uni-giessen.de               /\\
-------------------------------------------------------------------- _\_V
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain




Home | Main Index | Thread Index