Ignore:
Timestamp:
28/08/2010 10:01:16 (21 months ago)
Author:
chris
Message:

Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB
instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makeparcels.pl.in

    r2680 r2717  
    243243                        push @parcel_deps, "$dir/docs/${name}.html"; 
    244244                } 
    245                 elsif ($type eq 'subdir') 
     245                elsif ($type eq 'configure') 
    246246                { 
    247247                        shift @args; 
     
    255255$name-clean: 
    256256        cd $name; \$(MAKE) clean 
     257 
    257258EOF 
    258259                        push @parcel_deps, "$name-build"; 
Note: See TracChangeset for help on using the changeset viewer.