Ignore:
Timestamp:
2008-12-22T14:21:04+01:00 (16 years ago)
Author:
joerg
Message:

Compile each plugin and only insert the ones compiling, use new target to compile josm; add more commets to build script; add color to build output; add logfiles for compilation and reduce compile output

File:
1 edited

Legend:

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

    r11708 r12474  
    2424        dh_testroot
    2525        rm -f build-stamp
     26        rm -f dist/*.jar
    2627
    2728        # Add here commands to clean up after the build process.
    2829        -$(MAKE) distclean
    29 
    30         rm dist/*.jar
    3130
    3231        dh_clean
     
    3938
    4039#       ./debian/update_svn_revision.sh
    41         ./debian/make_install_files.sh ${destdir} || exit -1
     40        ./debian/make_install_files.sh --dest-path=${destdir} || exit -1
    4241
    4342
Note: See TracChangeset for help on using the changeset viewer.