moved ~ backup file cleanup to distclean target from clean target
This commit is contained in:
parent
d0fef5a49c
commit
122ab69030
|
@ -322,7 +322,6 @@ configure: configure.in
|
||||||
clean: clean-cig clean-scsh
|
clean: clean-cig clean-scsh
|
||||||
-rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \
|
-rm -f $(VM) *.o TAGS $(IMAGE) *.tmp script $(MANPAGE) \
|
||||||
link/*.image debug/*.image debug/*.debug mini mini-heap.c
|
link/*.image debug/*.image debug/*.debug mini mini-heap.c
|
||||||
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
|
|
||||||
|
|
||||||
clean-cig:
|
clean-cig:
|
||||||
-rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG)
|
-rm -f cig/*.o $(CIG) $(CIG).image $(LIBCIG)
|
||||||
|
@ -331,6 +330,7 @@ distclean: clean
|
||||||
$(RM) Makefile sysdep.h config.status config.log config.cache \
|
$(RM) Makefile sysdep.h config.status config.log config.cache \
|
||||||
scsh/machine scsh/regexp/Makefile scsh/endian.scm \
|
scsh/machine scsh/regexp/Makefile scsh/endian.scm \
|
||||||
exportlist.aix
|
exportlist.aix
|
||||||
|
-find . -name '*~' -o -name '#*' -o -name core -exec rm {} \;
|
||||||
|
|
||||||
man: $(MANPAGE)
|
man: $(MANPAGE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue