lkml.org 
[lkml]   [2010]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Makefile: add file types to remove with make clean
Dne 11.12.2010 18:27, Tracey Dent napsal(a):
> Remove .rej and .orig files when you invoke a make clean.
> They are unnecessary files which are produced by using the program
> patch and they prevents you from getting a completely clean directory.

make clean removes files generated by the build system. *.rej, *.orig
and editor backup files can contain valuable information and should thus
be skipped. If you want a completely clean directory, have a look at
make distclean.

Michal


\
 
 \ /
  Last update: 2010-12-13 12:35    [W:0.046 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site