tag 436317 patch thanks Lucas Nussbaum <[EMAIL PROTECTED]> (07/08/2007): > # Add here commands to clean up after the build process. > ant distclean > Buildfile: build.xml does not exist! > Build failed > make: *** [real-clean] Error 1
Hi Julien, please find attached a patch which seems to fix this (e.g. running clean twice after a build is OK: one distclean, and one no-op). Cheers, -- Cyril Brulebois
diff -u airport-utils-1~/debian/rules airport-utils-1/debian/rules --- airport-utils-1~/debian/rules 2007-08-06 22:52:58.000000000 +0000 +++ airport-utils-1/debian/rules 2007-08-06 22:51:00.000000000 +0000 @@ -37,7 +37,7 @@ rm -f build-stamp # Add here commands to clean up after the build process. - ant distclean + [ ! -f build.xml ] || ant distclean dh_clean
pgpUeJpIMTT4J.pgp
Description: PGP signature