Changeset 15974 in osm for applications


Ignore:
Timestamp:
2009-06-17T22:53:44+02:00 (16 years ago)
Author:
joerg
Message:

remove make commands(no Makefile ;-) , make cleanup more robust

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/debian/rules

    r15969 r15974  
    1515        dh_testdir
    1616
    17         # Add here commands to compile the package.
    18         # $(MAKE)
    19 
    2017        touch build-stamp
    2118
     
    2825
    2926        # Add here commands to clean up after the build process.
    30         -$(MAKE) distclean
    3127        for dir in `ls plugins/*/build.xml | sed s,/build.xml,,`; do \
    32             echo "-------- Cleanup Plugin '$$dir'"; \
    33             cd $$dir; \
    34             rm -f dist/*.jar; \
    35             rm -f ../../dist/$dir.jar; \
    36             rm -f *.log; \
    37             ant -q clean; \
    38             cd ../..; \
     28            ( cd "$$dir"; \
     29              echo "-------- Cleanup Plugin '$$dir' ..."; \
     30              rm -f dist/*.jar ../../dist/$dir.jar *.log ; \
     31              ant -q clean ); \
    3932        done
    4033        cd core;   ant -q clean
Note: See TracChangeset for help on using the changeset viewer.