Show
Ignore:
Timestamp:
06/18/08 07:22:07 (7 months ago)
Author:
saurik
Message:

Went through and did my best to remove timestamping.

Location:
trunk/data/bootstrap-cmds
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/bootstrap-cmds/make.sh

    r218 r326  
    11pkg:setup 
    22cd migcom.tproj 
    3 cat >ident.c <<EOF 
    4 char *MigGenerationDate = "`date`"; 
    5 char *MigMoreData = "`whoami`@`hostname`"; 
    6 EOF 
    73cp -a i386 arm 
    84yacc -d parser.y -o parser.c 
    95lex lexxer.l 
    10 ${PKG_TARG}-gcc -o migcom *.c 
     6${PKG_TARG}-gcc -o migcom *.c -save-temps 
    117pkg: mkdir -p /usr/bin /usr/libexec 
    128pkg: cp -a migcom /usr/libexec