Parcourir la source

[master] also have clean remove the python optimized byte-compiled file

It has been failing on distclean for around a week at least
due to file left around.

Newer python's keep under __pycache__ which was already handled.

Reviewed on jabber.
Jeremy C. Reed il y a 12 ans
Parent
commit
93cb134fd8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/bin/msgq/Makefile.am

+ 1 - 0
src/bin/msgq/Makefile.am

@@ -10,6 +10,7 @@ b10_msgq_DATA = msgq.spec
 CLEANFILES = b10-msgq msgq.pyc
 CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/msgq_messages.py
 CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/msgq_messages.pyc
+CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/msgq_messages.pyo
 
 man_MANS = b10-msgq.8
 DISTCLEANFILES = $(man_MANS)