|
From: Hans-Bernhard B. <HBB...@t-...> - 2017-05-24 20:42:58
|
Am 23.05.2017 um 20:57 schrieb Daniel J Sebald: > > After installing picins package and running "make dist", I notice that > the distribution archive file is left behind after a "make clean": [...] > Should that archive file be removed as well? In a word: no. "make clean" is supposed to clean up what "make" created, not what "make dist" did. |