Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/bin/sh
Module Name: src
Committed By: dsl
Date: Sat Jan 17 11:47:31 UTC 2004
Modified Files:
src/bin/sh: Makefile
Added Files:
src/bin/sh: mkinit.sh
Removed Files:
src/bin/sh: mkinit.c
Log Message:
Replace mkinit.c with mkinit.sh
Build mksyntax directly from mksyntax.c so that the -DTARGET_CHAR=xxx
is applied when it is build.
OTOH mksyntax is broken as it tries to determine properties of the
target system by running code on the build system.
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/bin/sh/Makefile
cvs rdiff -r1.23 -r0 src/bin/sh/mkinit.c
cvs rdiff -r0 -r1.1 src/bin/sh/mkinit.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index