Re: r1709 - packages/trunk/glest/debian
On 27/09/06, Gonéri Le Bouder <goneri-guest@costa.debian.org> wrote:
Author: goneri-guest
Date: 2006-09-27 09:19:30 +0000 (Wed, 27 Sep 2006)
New Revision: 1709
Modified:
packages/trunk/glest/debian/rules
Log:
doesn't run configure during the clean target
Please revert this. There is no other real way to have the thing build
be rebuildable without spourious changes to the source without this
being done as it is.
I *know* is ugly, but ignoring an error during build is even uglier.
-clean: configure clean-patched unpatch
+clean: clean-patched unpatch
clean-patched:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- cd mk/linux && jam -q clean
+ -cd mk/linux && jam -q clean
--
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein
Reply to: