mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Clean up and test make clean
This commit is contained in:
parent
ebed203c04
commit
0aef1f7009
2 changed files with 5 additions and 8 deletions
|
@ -22,3 +22,5 @@ arm32)
|
||||||
esac
|
esac
|
||||||
|
|
||||||
$LOADER make check
|
$LOADER make check
|
||||||
|
|
||||||
|
make clean && git status --ignored --porcelain && test -z "$(git status --ignored --porcelain)"
|
||||||
|
|
11
Makefile
11
Makefile
|
@ -51,14 +51,9 @@ test/test-float: libopenlibm.$(SHLIB_EXT)
|
||||||
$(MAKE) -C test test-float
|
$(MAKE) -C test test-float
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@for dir in $(SUBDIRS) .; do \
|
rm -f amd64/*.o arm/*.o bsdsrc/*.o i387/*.o ld128/*.o ld80/*.o src/*.o
|
||||||
rm -fr $$dir/*.o $$dir/*.a $$dir/*.$(SHLIB_EXT)*; \
|
rm -f libopenlibm.a libopenlibm.$(SHLIB_EXT)*
|
||||||
done
|
$(MAKE) -C test clean
|
||||||
@rm -f test/test-double test/test-float
|
|
||||||
|
|
||||||
distclean:
|
|
||||||
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*
|
|
||||||
-$(MAKE) -C test clean
|
|
||||||
|
|
||||||
openlibm.pc: openlibm.pc.in Make.inc Makefile
|
openlibm.pc: openlibm.pc.in Make.inc Makefile
|
||||||
echo "prefix=${prefix}" > openlibm.pc
|
echo "prefix=${prefix}" > openlibm.pc
|
||||||
|
|
Loading…
Reference in a new issue