OpenBSD CVS

CVS log for src/distrib/alpha/Attic/list2sh.awk


[BACK] Up to [local] / src / distrib / alpha

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5, Thu Apr 25 22:10:27 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED

runlist.sh & list2sh.awk unification

Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 29 15:01:17 2001 UTC (22 years, 9 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.3: +3 -5 lines
Diff to previous 1.3 (colored)

Apply recent changes in the i386 comment eradication code to all
architectures using a list2sh.awk and related 'list' files (alpha,
hp300, mac68k, mvme68k, mvme88k, mvmeppc, powerpc and vax).

list2sh.awk is modified so that in handling SPECIAL lines the tabs in
regular expressions are not lost to awk field parsing.

Any 'list' file trying to eliminate comments, using SPECIAL lines and
sed, now eliminates lines that

a) have '#' as the first non-blank, non-tab character, with at least
one blank or tab following the '#'.

b) have '#' as the first non-blank, non-tab character, with a newline
immediately following the '#'.

Previous b) was not being done, and only leading/following blanks were
being looked for due to the loss of tab characters in list2sh.awk.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 16 02:27:10 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Only remove dest file before copy/link if it already exists.

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 16 01:45:05 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.1: +34 -2 lines
Diff to previous 1.1 (colored)

Updated based on i386 version.  Everything should really just use
a single version of this script.

Revision 1.1 / (download) - annotate - [select for diffs], Wed May 7 12:46:50 1997 UTC (27 years, 1 month ago) by niklas
Branch: MAIN

*Very* rough cut at a ramdisk-kernel that fits onto a floppy.
The ecoffrdsetroot support is from millert@openbsd.org.  Mostly copied from
the powerpc ports, thus a lot of powerpc specific stuff remains.
Needs a lot of work, hopefully done in the next few days.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.