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

Re: AAARRRGGG!!! Murphy got me good



On Mon, 5 Nov 2001, Dale Scheetz wrote:

> dwarf@dwarf:~/build/atari800-1.0.7$ debian/rules clean
> make: i: No such file or directory
> make: *** No rule to make target `i'.  Stop.
> dwarf@dwarf:~/build/atari800-1.0.7$
>
> The clean target looks like:
>
>
> # Clean up after a build and before building a source package
> #======================================================================
> clean:
>         $(checkdir)
>         -rm -f build
>         cd src ; make clean
>         rm -f atari800*
>         -rm -rf debian/tmp debian/*~ *~ *.orig ./#*# *.log

The above line will cause problems.  # is a comment char to make.  -rm ./ is
not what you want.  It might cause odd problems.

Additionaly, what is $(checkdir)?



Reply to: