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

Re: dh_make debian/rules clean target



>>>>> "Adam" == Adam Heath <doogie@debian.org> writes:
    Adam> On Fri, 13 Sep 2002, Luca - De Whiskey's - De Vitis wrote:
    >> -test -f /usr/share/misc/config.sub && \ cp -f
    >> /usr/share/misc/config.sub config.sub

    Adam> And if /usr/share/misc/config.sub exists, but the cp fails,
    Adam> then make will continue, when it shouldn't.

And if your going to ignore the test return code anyway, you might as well use

        -cp -f  /usr/share/misc/config.sub config.sub

instead.

-- 
Stephen

You will be a large breasted porno star in your next life
    - Chinese Fortune Cookie



Reply to: