kopia lustrzana https://gitlab.com/sane-project/backends
Remove backup etc. files also in subdirs when using make distclean.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
fa8fd9e9f4
commit
935595911f
|
@ -211,6 +211,9 @@ clean:
|
|||
|
||||
distclean: clean
|
||||
rm -f $(DISTCLEAN_FILES)
|
||||
for subdir in $(SUBDIRS) ; do \
|
||||
( cd $$subdir ; rm -f $(DISTCLEAN_FILES) ); \
|
||||
done
|
||||
rm -f $(MANPAGES)
|
||||
rm -f Makefile
|
||||
rm -f *.lot *.lof *.ind *.gz
|
||||
|
|
Ładowanie…
Reference in New Issue