Changeset 15969 in osm for applications/editors/josm/debian/rules
- Timestamp:
- 2009-06-17T18:34:35+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/debian/rules
r12639 r15969 12 12 13 13 build: build-stamp 14 build-stamp: clean14 build-stamp: 15 15 dh_testdir 16 16 … … 29 29 # Add here commands to clean up after the build process. 30 30 -$(MAKE) distclean 31 31 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 ../..; \ 39 done 40 cd core; ant -q clean 32 41 dh_clean 33 42 … … 35 44 dh_testdir 36 45 dh_testroot 37 dh_clean -k38 46 dh_installdirs 39 47 40 48 # ./debian/update_svn_revision.sh 41 ./debian/make_install_files.sh --dest-path=${destdir} || exit -1 42 49 bash ./debian/make_install_files.sh --dest-path=${destdir} --no-clean || exit -1 50 # Install done 43 51 44 52 # Build architecture-independent files here.
Note:
See TracChangeset
for help on using the changeset viewer.