Changeset 703

Show
Ignore:
Timestamp:
10/16/06 17:31:04 (2 years ago)
Author:
bchoate
Message:

Fixed declarations for 'dist', 'me' and added -rf to remaining rm commands in clean to silence file not found errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/Makefile

    r702 r703  
    149149 
    150150dist: 
    151     perl build/exportmt.pl --local 
     151       perl build/exportmt.pl --local 
    152152 
    153153me: 
    154     perl build/exportmt.pl --make 
     154       perl build/exportmt.pl --make 
    155155 
    156156# tools-dist: 
     
    158158 
    159159clean: 
    160         -rm lib/MT.pm mt-config.cgi-original mt-check.cgi $(latin1_modules) $(local_js) 
    161         -rm lib/MT/ConfigMgr.pm 
    162         -rm php/mt.php 
     160        -rm -rf lib/MT.pm mt-config.cgi-original mt-check.cgi $(latin1_modules) $(local_js) 
     161        -rm -rf lib/MT/ConfigMgr.pm 
     162        -rm -rf php/mt.php 
    163163        -rm -rf `ls tmpl/cms/*.tmpl.pre | sed s/\.pre//` 
    164164        -rm -rf tmpl/cms/admin_essential_links_$(BUILD_LANGUAGE).tmpl 
    165165        -rm -rf index.html 
    166         -rm MANIFEST 
     166        -rm -rf MANIFEST 
    167167