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

Re: AAARRRGGG!!! Murphy got me good



On Mon, 5 Nov 2001, Adam Heath wrote:

> 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.

Well, the line has been there for about a month. Removing it doesn't
change anything. The error still occurs.

> 
> Additionaly, what is $(checkdir)?

define checkdir
        test -f src/Atari800.ico
endef

I suspect I have a stray character somewhere in rules, but I can't find
it...

Thanks,

Dwarf
--
_-_-_-_-_-   Author of "Dwarf's Guide to Debian GNU/Linux"  _-_-_-_-_-_-
_-                                                                    _-
_- aka   Dale Scheetz                   Phone:   1 (850) 656-9769     _-
_-       Flexible Software              11000 McCrackin Road          _-
_-       e-mail:  dwarf@polaris.net     Tallahassee, FL  32308        _-
_-                                                                    _-
_-_-_-_-_-  Released under the GNU Free Documentation License   _-_-_-_-
              available at: http://www.polaris.net/~dwarf/



Reply to: