diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-18 07:22:07 +0000 |
commit | 2893b4289e0e13e22470908a0326515b9c1ec333 (patch) | |
tree | 3ce4223c038d8531ff5d013331a05405eebd4451 /data/bootstrap-cmds | |
parent | 056bad3691237101d94ac0e747a1bab418ba13ae (diff) |
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bootstrap-cmds')
-rw-r--r-- | data/bootstrap-cmds/make.sh | 6 | ||||
-rw-r--r-- | data/bootstrap-cmds/timestamp.diff | 11 |
2 files changed, 12 insertions, 5 deletions
diff --git a/data/bootstrap-cmds/make.sh b/data/bootstrap-cmds/make.sh index ad3f9f865..2ac6f74ac 100644 --- a/data/bootstrap-cmds/make.sh +++ b/data/bootstrap-cmds/make.sh @@ -1,13 +1,9 @@ pkg:setup cd migcom.tproj -cat >ident.c <<EOF -char *MigGenerationDate = "`date`"; -char *MigMoreData = "`whoami`@`hostname`"; -EOF cp -a i386 arm yacc -d parser.y -o parser.c lex lexxer.l -${PKG_TARG}-gcc -o migcom *.c +${PKG_TARG}-gcc -o migcom *.c -save-temps pkg: mkdir -p /usr/bin /usr/libexec pkg: cp -a migcom /usr/libexec pkg: cp -a mig.sh /usr/bin/mig diff --git a/data/bootstrap-cmds/timestamp.diff b/data/bootstrap-cmds/timestamp.diff new file mode 100644 index 000000000..8f3ee91f9 --- /dev/null +++ b/data/bootstrap-cmds/timestamp.diff @@ -0,0 +1,11 @@ +diff -ru bootstrap_cmds-60/migcom.tproj/utils.c bootstrap_cmds-60+iPhone/migcom.tproj/utils.c +--- bootstrap_cmds-60/migcom.tproj/utils.c 2005-02-06 07:28:59.000000000 +0000 ++++ bootstrap_cmds-60+iPhone/migcom.tproj/utils.c 2008-06-18 00:40:09.000000000 +0000 +@@ -69,7 +69,6 @@ + fprintf(file, "/*\n"); + fprintf(file, " * IDENTIFICATION:\n"); + fprintf(file, " * stub generated %s", GenerationDate); +- fprintf(file, " * with a MiG generated %s by %s\n", MigGenerationDate, MigMoreData); + fprintf(file, " * OPTIONS: \n"); + if (IsKernelUser) + fprintf(file, " *\tKernelUser\n"); |