mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 11:11:42 +00:00
Clean up some "clean:" targets so they use $(VERB) and don't print anything
by default, like every other "clean" target in LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16161 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23f7d5131c
commit
40b062fdf8
@ -54,5 +54,5 @@ SparcV9CodeEmitter.inc:: $(SourceDir)/SparcV9.td $(TABLEGEN_FILES) $(TBLGEN)
|
||||
$(TBLGEN) -I $(SourceDir) $< -gen-emitter -o $@
|
||||
|
||||
clean::
|
||||
$(RM) -f SparcV9CodeEmitter.inc SparcV9.burg.in1 SparcV9.burm SparcV9.burm.cpp
|
||||
$(VERB) $(RM) -f SparcV9CodeEmitter.inc SparcV9.burg.in1 SparcV9.burm SparcV9.burm.cpp
|
||||
|
||||
|
@ -28,5 +28,5 @@ include $(LEVEL)/Makefile.common
|
||||
install::
|
||||
|
||||
clean::
|
||||
rm -f $(DESTLIBBYTECODE)/*
|
||||
$(VERB) rm -f $(DESTLIBBYTECODE)/*
|
||||
|
||||
|
@ -18,12 +18,12 @@ gram.tab.c gram.tab.h:: gram.yc
|
||||
$(SourceDir)/lex.c: gram.tab.h
|
||||
|
||||
clean::
|
||||
rm -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
|
||||
$(VERB) $(RM) -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
|
||||
|
||||
#$(BUILD_OBJ_DIR)/Release/lex.o $(BUILD_OBJ_DIR)/Profile/lex.o $(BUILD_OBJ_DIR)/Debug/lex.o: gram.tab.h
|
||||
|
||||
doc.dvi: doc.tex
|
||||
latex doc; latex doc
|
||||
$(VERB) latex doc; latex doc
|
||||
|
||||
|
||||
test:: $(TOOLEXENAME_G) sample.gr
|
||||
|
@ -20,5 +20,5 @@ include $(LEVEL)/Makefile.common
|
||||
FileLexer.cpp: FileParser.h
|
||||
|
||||
clean::
|
||||
-rm -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
|
||||
-rm -f FileParser.output
|
||||
$(VERB) $(RM) -f FileParser.cpp FileParser.h FileLexer.cpp CommandLine.cpp
|
||||
$(VERB) $(RM) -f FileParser.output
|
||||
|
Loading…
x
Reference in New Issue
Block a user