OpenBSD CVS

CVS log for src/usr.bin/awk/Makefile


[BACK] Up to [local] / src / usr.bin / awk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 30 17:45:44 2020 UTC (3 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.17: +8 -8 lines
Diff to previous 1.17 (colored)

Update awk to July 30, 2020 version.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 10 21:01:50 2020 UTC (3 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Update awk to March 5, 2019 version.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jul 10 21:30:37 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.15: +2 -4 lines
Diff to previous 1.15 (colored)

remove misc. depend and yacc nits that no longer matter.
okay millert@

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 16 10:25:54 2017 UTC (6 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

mark files as BUILDFIRST, or write explicit dependencies, so that most
programs will build even without a make depend first.
okay tb@ millert@

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 18 22:06:44 2013 UTC (10 years, 9 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.13: +1 -5 lines
Diff to previous 1.13 (colored)

Remove wrong workaround for the 88100 `awk bug' - it turns out compiling
with -O2 changes the alignment of code and data, which caused the awk binary
to be more prone to trigger the DAE bug which just got fixed.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jul 28 18:10:16 2013 UTC (10 years, 9 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

Build awk with -O1 on m88k for now; when built -O2, it would sporadically
exit early blaming a spurious '}' in the first few lines of input, but only
on 88100-based systems.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 21 08:50:27 2012 UTC (11 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.11: +3 -6 lines
Diff to previous 1.11 (colored)

remove makefile hacks that are no longer needed with t1 t2: working properly
okay krw@

Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 25 19:21:04 2010 UTC (13 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

get rid of the nawk hard link
ok millert guenther

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 4 17:50:39 2010 UTC (14 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.9: +1 -6 lines
Diff to previous 1.9 (colored)

Stop installing many of the incredibly dated and un-authoritative share/doc
files.  If any information found in these documents is worthwhile and you
miss it, please make the time to work it into the manual pages (which people
actually do read).
ok guenther

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 24 15:43:08 2007 UTC (16 years, 5 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.8: +6 -3 lines
Diff to previous 1.8 (colored)

fix yacc/lex parallel file generation

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 18 15:37:06 2007 UTC (17 years, 2 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

allow this to build w/ cross-tools thru providing proper hostcflags; found by rainor's work

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 30 01:52:48 2004 UTC (19 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update to version 20041222; OK deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 14 16:00:37 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored)

install awk USD;

i have replaced the out of date refer(1) stuff with man page references,
and updated the doc slightly to sync with current awk;

ok mickey@

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 25 16:17:08 1997 UTC (26 years, 8 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, 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
Changes since 1.4: +10 -11 lines
Diff to previous 1.4 (colored)

August 1997 version of "the one true awk"

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 24 23:11:29 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +3 -7 lines
Diff to previous 1.3 (colored)

Basically stock AT&T resarch awk until the awk vs. flex problems
have a better resolution.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 12 10:25:42 1996 UTC (27 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

HOSTCC for maketab; from dale

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 6 05:40:02 1996 UTC (27 years, 10 months ago) by etheisen
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +4 -0 lines
Diff to previous 1.1 (colored)

Should get installed as nawk as well.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 4 20:34:36 1996 UTC (27 years, 10 months ago) by tholo
Branch: MAIN

AT&T awk, by B. W. Kernighan, with fixes from 4.4BSD and by me

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.