Changeset 326

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

Went through and did my best to remove timestamping.

Location:
trunk/data
Files:
11 added
5 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 
  • trunk/data/class-dump/make.sh

    r231 r326  
    11pkg:setup 
    22cd src 
    3 "${PKG_TARG}-gcc" -o class-dump -ObjC *.m -Wall -include Foundation/Foundation.h -framework CoreFoundation -framework Foundation -lobjc 
     3"${PKG_TARG}-gcc" -o class-dump -ObjC *.m -Wall -include Foundation/Foundation.h -framework CoreFoundation -framework Foundation -lobjc -save-temps 
    44pkg: mkdir -p /usr/bin 
    55pkg: cp -a class-dump /usr/bin 
  • trunk/data/git/make.sh

    r299 r326  
    33make 
    44pkg:install 
     5pkg: sed -i -e 's/^=head2 .*:/=head2/' /usr/lib/perl/5.8.8/perllocal.pod 
  • trunk/data/minicom/wprintf.diff

    r8 r326  
    10501050         if (citemode) 
    10511051           wlocate(b_us, 0, cite_y); 
    1052 @@ -1338,13 +1338,13 @@ 
     1052@@ -1335,6 +1335,6 @@ 
    10531053   if (doinit) 
    10541054     modeminit(); 
     
    10581058+  wprintf_(us, "\n%s %s\r\n", _("Welcome to minicom"), VERSION); 
    10591059+  wprintf_(us, "\n%s: %s\r\n", _("OPTIONS"), option_string); 
    1060  #if defined (__DATE__) && defined (__TIME__) 
    1061 -  wprintf(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__); 
    1062 +  wprintf_(us, "%s %s, %s.\r\n",_("Compiled on"), __DATE__,__TIME__); 
    1063  #endif 
     1060 
     1061@@ -1340,6 +1340,6 @@ 
     1062 
    10641063-  wprintf(us, "Port %s\n", P_PORT); 
    10651064-  wprintf(us, _("\nPress %sZ for help on special keys%c\n\n"),esc_key(),'\r'); 
  • trunk/data/network-cmds/make.sh

    r218 r326  
    11shopt -s extglob 
    22pkg:setup 
    3 for tproj in !(natd|ping|spray).tproj; do 
     3for tproj in !(natd|ping|rarpd|spray).tproj; do 
    44    tproj=$(basename "${tproj}" .tproj) 
    55    "${PKG_TARG}-gcc" -o "${tproj}" "${tproj}.tproj"/*.c -DPRIVATE -Dether_ntohost=_old_ether_ntohost