From: Theodore Tso Date: Mon, 25 Sep 1995 20:26:06 +0000 (+0000) Subject: Added lines of the form "all:: all-$(WHAT)" for all, clean, install, X-Git-Tag: krb5-1.0-beta6~1014 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8d5a3bbf61c0b59ded8ee0eff464e14426ad078;p=krb5.git Added lines of the form "all:: all-$(WHAT)" for all, clean, install, and check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6851 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 9979c19f3..d94ed3a6a 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 25 13:09:17 1995 Theodore Y. Ts'o + + * windows.in: + * mac-pre.in: + * pre.in: Added lines of the form "all:: all-$(WHAT)" for all, + clean, install, and check. + Wed Sep 13 10:20:02 1995 Keith Vetter (keithv@fusion.com) * windows.in: added windows value for SRCTOP. diff --git a/src/config/mac-pre.in b/src/config/mac-pre.in index f5069502b..862092322 100644 --- a/src/config/mac-pre.in +++ b/src/config/mac-pre.in @@ -80,6 +80,19 @@ WHAT = mac +all:: all-$(WHAT) + +clean:: clean-$(WHAT) + +install:: install-$(WHAT) + +check:: check-$(WHAT) + +all-mac:: +clean-mac:: +install-mac:: +check-mac:: + # Directory syntax: R= C=: diff --git a/src/config/pre.in b/src/config/pre.in index 9046f8810..7de8d6d74 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -3,6 +3,19 @@ WHAT = unix +all:: all-$(WHAT) + +clean:: clean-$(WHAT) + +install:: install-$(WHAT) + +check:: check-$(WHAT) + +all-unix:: +clean-unix:: +install-unix:: +check-unix:: + # Directory syntax: R=/ C=./ diff --git a/src/config/windows.in b/src/config/windows.in index 6b296dfd1..30dd6817e 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -3,6 +3,20 @@ WHAT=windows +all:: all-$(WHAT) + +clean:: clean-$(WHAT) + +install:: install-$(WHAT) + +check:: check-$(WHAT) + +all-windiws:: +clean-windows:: +install-windows:: +check-windows:: + + # Directory syntax: R=\ # root C=.\ # current