Changeset 486

Show
Ignore:
Timestamp:
09/16/08 17:49:24 (4 months ago)
Author:
comix
Message:

Small changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/linux/debian/rules

    r455 r486  
    55 
    66 
    7 configure: configure-stamp 
    8 configure-stamp: 
    9         dh_testdir 
     7configure:  
    108        # Add here commands to configure the package. 
    11         touch configure-stamp 
    12         #cd ..; prefix=/usr ./configure 
    139 
     10build:   
     11        # Add here commands to compile the package. 
     12        #cd ..; scons 
    1413 
    15 build: build-stamp 
    16  
    17  
    18 build-stamp: configure-stamp 
    19         dh_testdir 
    20  
    21         # Add here commands to compile the package. 
    22         cd ..; scons 
    23  
    24         touch build-stamp 
    2514 
    2615clean: 
    2716        dh_testdir 
    2817        dh_testroot 
    29         rm -f build-stamp configure-stamp 
    30         -find . -name '*.py[co]' | xargs rm -f 
    3118 
    3219        # Add here commands to clean up after the build process. 
     
    4027        dh_clean -k 
    4128        dh_installdirs 
    42  
    4329        mkdir -p $(CURDIR)/debian/hydrogen/usr/bin 
    4430 
    45         #cd ..; $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/hydrogen/usr install 
    46         cd ..; scons destdir=$(CURDIR)/debian/hydrogen/ prefix=/usr/ install 
     31        cd ..; scons --no-cache destdir=$(CURDIR)/debian/hydrogen/ prefix=/usr/ install 
     32 
     33        find $(CURDIR)/debian/hydrogen -name '.svn' | xargs rm -rf 
    4734docs: 
    4835