~ubuntu-branches/ubuntu/quantal/psmisc/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Craig Small
  • Date: 2007-11-04 17:42:30 UTC
  • mfrom: (1.1.8 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071104174230-c4la1xvdojc3mpkw
Tags: 22.6-1
* New upstream release
*  killall.1 mentions you can use -SIGxxx Closes: #431082
*  peekfd works for x86_64 and PPC
* Updated menu entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        rm -f build-stamp
28
28
 
29
29
        # Add here commands to clean up after the build process.
30
 
        -$(MAKE) distclean
 
30
        [ ! -f Makefile ] || $(MAKE) distclean
31
31
 
32
32
        dh_clean
33
33