~davewalker/ubuntu/maverick/eucalyptus/maverick_1.7

« back to all changes in this revision

Viewing changes to node/Makefile

  • Committer: Dave Walker (Daviey)
  • Date: 2010-06-14 12:48:44 UTC
  • Revision ID: davewalker@ubuntu.com-20100614124844-ivbfj072y90e1hdi
* Switch to dpkg-source 3.0 (quilt) format
  - Extracted the following patches from our bzr branch, into flat patches.
* debian/build-jars: Replaced asm2 with asm3-all to match new groovy dependency.
* Revert: node/handlers_kvm.c: fix console bug (was only showing first 64K).
  (LP: #566793).
* clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/server/EucalyptusWebBackendImpl.java:
  - fix user enumeration and account brute force. Courtesy of Chris Cheney. (LP: #579942)
* debian/eucalyptus-sc.upstart: Bump maximum number of loop devices for SC to 512. (LP: #586134)

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        rm -rf $(SERVICE_SO) *.o $(CLIENT) $(CLIENT)_local *~* *#*
102
102
 
103
103
distclean:
104
 
        find generated -name '*.o' -print0 | xargs -0 rm -f 
 
104
        find generated -name '*.o' -print0 | xargs -0 rm -f
105
105
        test -e generated/stubs && cd generated && patch -R -p1 < ../axis2_svc_generated.patch
106
106
        rm -f generated/stubs
107
107
        rm -rf $(SERVICE_SO) *.o $(CLIENT) $(CLIENT)_local *~* *#*