<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>28109</bug_id>
          
          <creation_ts>2012-11-22 10:28:30 +0400</creation_ts>
          <short_desc>`make distclean` leaves garbage</short_desc>
          <delta_ts>2021-04-26 11:33:26 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>mkimage-profiles</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>26300</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="ildar">ildar</reporter>
          <assigned_to name="Антон Мидюков">antohami</assigned_to>
          <cc>antohami</cc>
    
    <cc>mike</cc>
    
    <cc>mithraen</cc>
    
    <cc>obirvalger</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>135259</commentid>
    <comment_count>0</comment_count>
    <who name="ildar">ildar</who>
    <bug_when>2012-11-22 10:28:30 +0400</bug_when>
    <thetext>по `make distclean` остался каталог объёмом 1.1 Мб</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>135277</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2012-11-22 14:24:16 +0400</bug_when>
    <thetext>Да, при переработке на сборку множественных образов одним махом где-то остался временный(tm) недосмотр и меня он тоже потихоньку достаёт :-/

Буду благодарен, если глянешь свежим взглядом -- но обязательно проверяй, что происходит при make ARCHES=&apos;x86_64 i586&apos; syslinux.iso dos.iso</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>150430</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2015-02-23 23:47:09 +0300</bug_when>
    <thetext>Туда же: после сборки в $(BUILDDIR) может оставаться .work/pkgbox/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>198118</commentid>
    <comment_count>3</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2021-04-26 11:16:09 +0300</bug_when>
    <thetext>*** Bug 35240 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>198119</commentid>
    <comment_count>4</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2021-04-26 11:33:26 +0300</bug_when>
    <thetext>Пофиксил:
commit b44968fc8d864032b757b061713f42e9926afc43
Author: Anton Midyukov &lt;antohami@altlinux.org&gt;
Date:   Fri Apr 16 17:50:22 2021 +0700

lib/clean.mk: fix typo in distclean
    
Because of this, distclean did not work. Only the symlink was
removed.

diff --git a/lib/clean.mk b/lib/clean.mk
index e8b516b4d..71df37818 100644
--- a/lib/clean.mk
+++ b/lib/clean.mk
@@ -44,7 +44,7 @@ distclean: clean
 			exit 128; \
 		else \
 			$(MAKE) -C &quot;$(SYMLINK)&quot; $@ \
-				GLOBAL_BUILDDIR=&quot;$$build&quot; $(LOG) ||: \
+				GLOBAL_BUILDDIR=&quot;$$build&quot; $(LOG) ||:; \
 			rm -rf &quot;$$build&quot;; \
 		fi; \
 	fi; \</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>