[Lsb-messages] /var/www/bzr/lsb/devel/appbat r1030: improve the distclean target

Mats Wichmann mats at linuxfoundation.org
Sun Apr 16 13:19:09 UTC 2017


------------------------------------------------------------
revno: 1030
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: appbat
timestamp: Sun 2017-04-16 07:19:09 -0600
message:
  improve the distclean target
modified:
  Makefile
  rpm/makefile
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2013-04-16 17:34:37 +0000
+++ b/Makefile	2017-04-16 13:19:09 +0000
@@ -155,6 +155,8 @@
 	@make -C rpm clean-libbat
 
 distclean:
+	@make -C rpm distclean
 	@rm -f entities/general extras/entitypath.py
+	@rm -f config.log config.status
 
 clobber:

=== modified file 'rpm/makefile'
--- a/rpm/makefile	2013-05-22 03:52:20 +0000
+++ b/rpm/makefile	2017-04-16 13:19:09 +0000
@@ -88,5 +88,6 @@
 	rm -f $(JOURNALS)
 	rm -f $(STAMPS) prep stamps.dep
 
-distclean: clean
-	rm -rf rpmrc rpmmacros
+distclean: clean clean-libbat clean-appbat
+	rm -rf rpmrc rpmmacros common-macros.specinclude
+



More information about the lsb-messages mailing list