Changeset 18969


Ignore:
Timestamp:
2014-02-04T07:06:38+01:00 (10 years ago)
Author:
sjoelund.se
Message:

#2554
make distclean instead of make clean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.common

    r18912 r18969  
    299299  if test -f 3rdParty/modelica3d/build/Makefile; then $(MAKE) -C 3rdParty/modelica3d/build clean; fi
    300300  $(MAKE) -C 3rdParty/OpenBLAS-0.2.8 clean
    301   if test -f 3rdParty/Ipopt-3.11.6/Makefile; then $(MAKE) -C 3rdParty/Ipopt-3.11.6 clean || true; fi
     301  if test -f 3rdParty/Ipopt-3.11.6/Makefile; then $(MAKE) -C 3rdParty/Ipopt-3.11.6 distclean || true; fi
    302302  (rm -rf 3rdParty/modelica3d/build)
    303303  (rm -rf SimulationRuntime/build_c)
Note: See TracChangeset for help on using the changeset viewer.