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

AAARRRGGG!!! Murphy got me good



I've been trying to clean up the atari800 package so I can release it.
I've had nothing but one un-reproducable error after another, and now I'm
getting goosed by the rules file, and I can't see why.

When I try to run the clean target (or when dpkg-buildpackages does) I get
the following:

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
        -rm -rf debian/files* debian/substvars*

I don't see any bare "i" here, and I can do 'cd src; make clean' with no
problems.

This is the strangest "gotcha" I've ever run into. Anyone know how to deal
with this? Even when I add an actuall i: target the error persists!

What should I look for?

TIA,

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: