]> git.proxmox.com Git - rustc.git/commitdiff
Update clean rules for new upstream version
authorXimin Luo <infinity0@debian.org>
Sat, 16 Jul 2016 19:00:04 +0000 (21:00 +0200)
committerXimin Luo <infinity0@debian.org>
Sat, 16 Jul 2016 19:00:04 +0000 (21:00 +0200)
debian/rules

index 5b5fbfb6fe9011f5e90ea7a1ef8454a05895d292..66285ade4e25965595e6d4517a94397510995931 100755 (executable)
@@ -109,9 +109,9 @@ override_dh_auto_clean:
        set -e; \
        if [ -f Makefile ]; then \
          $(PMAKE) clean-all; \
-         $(RM) Makefile config.stamp; \
+         $(RM) Makefile config.stamp config.mk; \
        fi
-       $(RM) src/etc/snapshot.pyc
+       $(RM) src/bootstrap/bootstrap.pyc
 
 override_dh_auto_build-arch:
        dh_auto_build -- all VERBOSE=1