aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-03-07 14:44:02 +0100
committerRickard Green <[email protected]>2019-03-07 14:44:02 +0100
commitc05ebee4a70f81d17a369da62e3a9a9f5b52ef37 (patch)
treea260812477528fc532fa7d6713983b1ae59177bc /system
parent3d431b5f844bb37c5859f598eb05eee9eac4d769 (diff)
parent8575cb5eb636018a45c00be13855c32faeccdd13 (diff)
downloadotp-c05ebee4a70f81d17a369da62e3a9a9f5b52ef37.tar.gz
otp-c05ebee4a70f81d17a369da62e3a9a9f5b52ef37.tar.bz2
otp-c05ebee4a70f81d17a369da62e3a9a9f5b52ef37.zip
Merge branch 'rickard/make-fixes-22/OTP-15657'
* rickard/make-fixes-22/OTP-15657: Remove own configured RM make variable
Diffstat (limited to 'system')
-rw-r--r--system/doc/top/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/system/doc/top/Makefile b/system/doc/top/Makefile
index a978413e11..e3f9c4710a 100644
--- a/system/doc/top/Makefile
+++ b/system/doc/top/Makefile
@@ -264,13 +264,13 @@ html: $(INDEX_FILES) \
debug opt:
clean:
- $(RM) -f ../html/js/*.js
- $(RM) -f PR.template
- $(RM) -f $(XMLDIR)/*.xml
- $(RM) -f $(INDEX_FILES) $(MAN_INDEX)
- $(RM) -f $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)
- $(RM) -f $(INDEX_SCRIPT) $(GLOSSARY_SCRIPT) $(JAVASCRIPT_BUILD_SCRIPT)
- $(RM) -f erl_crash.dump errs core *~
+ $(RM) ../html/js/*.js
+ $(RM) PR.template
+ $(RM) $(XMLDIR)/*.xml
+ $(RM) $(INDEX_FILES) $(MAN_INDEX)
+ $(RM) $(TOP_PDF_FILE) $(TOP_PDF_FILE:%.pdf=%.fo)
+ $(RM) $(INDEX_SCRIPT) $(GLOSSARY_SCRIPT) $(JAVASCRIPT_BUILD_SCRIPT)
+ $(RM) erl_crash.dump errs core *~
# ----------------------------------------------------
# Release Target
@@ -294,7 +294,7 @@ release_docs_spec: docs
$(INSTALL_DATA) $(INDEX_SCRIPT) $(MAN_INDEX_SCRIPT) $(JAVASCRIPT_BUILD_SCRIPT) \
$(INDEX_SRC) $(MAN_INDEX_SRC) $(JAVASCRIPT_BUILD_SCRIPT_SRC) \
$(TEMPLATES) $(RELSYSDIR)/docbuild
- $(RM) -rf $(RELSYSDIR)/temporary
+ $(RM) -r $(RELSYSDIR)/temporary
release_spec: