Changeset 9

Show
Ignore:
Timestamp:
12/10/06 13:22:58 (2 years ago)
Author:
ingy
Message:
 r2299@skinny-2:  ingy | 2006-12-10 12:22:40 -0800
 bootstrap actually works
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/Kwiki/lib/Kwiki/Command.pm

    r2 r9  
    7373    chdir io->dir(shift || '.')->assert->open->name; 
    7474    my $noun = shift; 
    75     my @all_files = grep { not /^\.[\\\/]?lib$/ } io('.')->all; 
     75    my @all_files = grep { not /^\.[\\\/]?(lib|Makefile)$/ } io('.')->all; 
    7676    die "Can't make new $noun in a non-empty directory\n" 
    7777      if @all_files; 
  • trunk/kwiki/sample/Makefile

    r8 r9  
    1616        $(MAKE) -C $@ 
    1717 
    18 clean
    19         ls | grep -v Makefile | grep -v README | xargs rm -fr 
     18PURGE
     19        ls | grep -v Makefile | xargs rm -fr