File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222esac
2323
2424$LOADER make check
25+
26+ make clean && git status --ignored --porcelain && test -z " $( git status --ignored --porcelain) "
Original file line number Diff line number Diff line change @@ -51,14 +51,9 @@ test/test-float: libopenlibm.$(SHLIB_EXT)
5151 $(MAKE ) -C test test-float
5252
5353clean :
54- @for dir in $(SUBDIRS ) . ; do \
55- rm -fr $$ dir/* .o $$ dir/* .a $$ dir/* .$(SHLIB_EXT ) * ; \
56- done
57- @rm -f test/test-double test/test-float
58-
59- distclean :
60- -rm -f $(OBJS ) * .a * .$(SHLIB_EXT ) libopenlibm.*
61- -$(MAKE ) -C test clean
54+ rm -f amd64/* .o arm/* .o bsdsrc/* .o i387/* .o ld128/* .o ld80/* .o src/* .o
55+ rm -f libopenlibm.a libopenlibm.$(SHLIB_EXT ) *
56+ $(MAKE ) -C test clean
6257
6358openlibm.pc : openlibm.pc.in Make.inc Makefile
6459 echo " prefix=${prefix} " > openlibm.pc
You can’t perform that action at this time.
0 commit comments