Changeset 986 in MondoRescue for branches/2.2.0


Ignore:
Timestamp:
Nov 26, 2006, 11:04:48 PM (17 years ago)
Author:
Bruno Cornec
Message:

Still on debian mindi-busybox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0/mindi-busybox/distributions/debian/rules

    r983 r986  
    2525endif
    2626
    27 config.status: configure
    28     dh_testdir
    29     # Configure the package.
    30     CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
    31 
    3227# Build both architecture dependent and independent
    3328build: build-arch build-indep
     
    3631build-arch: build-arch-stamp
    3732
    38 build-arch-stamp:  config.status
     33build-arch-stamp:  Makefile
    3934    dh_testdir
    4035
     
    4843build-indep: build-indep-stamp
    4944
    50 build-indep-stamp:  config.status
     45build-indep-stamp:  Makefile
    5146    # Nothing to do, the only indep item is the manual which is available as html in original source
    5247    touch build-indep-stamp
Note: See TracChangeset for help on using the changeset viewer.