Opened 10 years ago
Closed 7 years ago
#3341 closed defect (fixed)
make clean is broken
Reported by: | Per Östlund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Build Environment | Version: | trunk |
Keywords: | Cc: |
Description
It seems that 'make clean' is a bit broken since the move to git. Steps to recreate the issue:
- make in OpenModelica works fine at the beginning after autoconf && configure
- make clean in OpenModelica only removes the build dir, so nothing gets recompiled when running make again.
- make clean in OMCompiler removes all compiled files as expected.
- make in OpenModelica after make clean in OMCompiler fails with the error "'suitesparse/Include/umfpack.h' file not found".
- rm -rf 3rdParty && git submodule update gets rid of the error (git status in 3rdParty shows no changes before or after).
So it seems like running make clean in OMCompiler messes something up.
Change History (1)
comment:1 by , 7 years ago
Milestone: | Future |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I believe this has been fixed. At least I can make clean and do it a lot...