kopia lustrzana https://gitlab.com/sane-project/backends
In make distclean also clean subdirectories.
rodzic
ce90f3b8b5
commit
d3f16e5cd2
|
@ -1,6 +1,7 @@
|
|||
2004-04-12 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* README.windows: Mentioned C++ misdetection trouble.
|
||||
* tools/Makefile.in: In make distclean also clean subdirectories.
|
||||
|
||||
2004-04-11 Karl Heinz Kremer <khk@khk.net>
|
||||
|
||||
|
|
|
@ -120,6 +120,9 @@ clean:
|
|||
distclean: clean
|
||||
rm -f Makefile $(DESTINATIONS) mustek600iin-off sane-desc
|
||||
rm -f $(DISTCLEAN_FILES)
|
||||
for subdir in $(SUBDIRS) ; do \
|
||||
( cd $$subdir ; rm -f $(DISTCLEAN_FILES) ); \
|
||||
done
|
||||
|
||||
dist: $(DISTFILES)
|
||||
for subdir in $(SUBDIRS) ; do \
|
||||
|
|
Ładowanie…
Reference in New Issue