Changeset 479

Show
Ignore:
Timestamp:
03/12/2008 09:56:41 (6 months ago)
Author:
why
Message:
  • Makefile: moving the Makefile into platform/nix/. it's only designed to be used from the tarball.
Location:
trunk
Files:
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Rakefile

    r478 r479  
    391391  cp "bin/main.c", "#{PKG}/bin/main.c" 
    392392  cp "shoes/version.h", "#{PKG}/shoes/version.h" 
    393   rewrite "Makefile", "#{PKG}/Makefile", /^(SVN_VERSION) = .+?$/, 'SVN_VERSION = \1' 
     393  rewrite "platform/nix/Makefile", "#{PKG}/Makefile", /^(SVN_VERSION) = .+?$/, 'SVN_VERSION = \1' 
    394394  sh "tar czvf pkg/#{PKG}.tar.gz #{PKG}" 
    395395  rm_rf PKG