mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-03 00:38:15 +02:00
More Makefile updates; updates for bash-5.3-beta
This commit is contained in:
@@ -102,9 +102,13 @@ alloca.o: $(srcdir)/$(ALLOCA_SOURCE)
|
||||
mv $(ALLOCA_OBJECT) alloca.o >/dev/null 2>&1 ; \
|
||||
fi
|
||||
|
||||
mostlyclean clean:
|
||||
.PHONY: clean maintainer-clean distclean mostlyclean
|
||||
|
||||
mostlyclean:
|
||||
$(RM) *.o libmalloc.a
|
||||
|
||||
clean: mostlyclean
|
||||
|
||||
distclean realclean maintainer-clean: clean
|
||||
$(RM) Makefile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user