aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-03-08 07:20:55 +0000
committerKen Raeburn <raeburn@mit.edu>2004-03-08 07:20:55 +0000
commit39faf762d23d16ccd1d6b7c9b1d2046f6b1b2d0d (patch)
treef90a60b8d27f5cf393d7578f5657b7999b90341d /src/appl/sample
parentfdd187e33062e403c0210f7844e7a12b68369023 (diff)
downloadkrb5-39faf762d23d16ccd1d6b7c9b1d2046f6b1b2d0d.zip
krb5-39faf762d23d16ccd1d6b7c9b1d2046f6b1b2d0d.tar.gz
krb5-39faf762d23d16ccd1d6b7c9b1d2046f6b1b2d0d.tar.bz2
Change subdir processing so that SUBDIRS will contain the configured
subdirs only for the makefile in the directory with the configure script, and will have only $(LOCAL_SUBDIRS) elsewhere. Drop the use of "MY_SUBDIRS=." to override SUBDIRS in favor of this way of keeping SUBDIRS empty. Drop other uses of MY_SUBDIRS in favor of LOCAL_SUBDIRS or (in one case, the top level) overriding the SUBDIRS setting from pre.in. One less thing to keep tweaking as configure scripts get reorganized and merged. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16158 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample')
-rw-r--r--src/appl/sample/ChangeLog4
-rw-r--r--src/appl/sample/Makefile.in2
-rw-r--r--src/appl/sample/sclient/ChangeLog4
-rw-r--r--src/appl/sample/sclient/Makefile.in1
-rw-r--r--src/appl/sample/sserver/ChangeLog4
-rw-r--r--src/appl/sample/sserver/Makefile.in1
6 files changed, 13 insertions, 3 deletions
diff --git a/src/appl/sample/ChangeLog b/src/appl/sample/ChangeLog
index 5ba334d..404dce1 100644
--- a/src/appl/sample/ChangeLog
+++ b/src/appl/sample/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-08 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (LOCAL_SUBDIRS): Renamed from MY_SUBDIRS.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index b26fff2..a580359 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -1,5 +1,5 @@
thisconfigdir=./..
myfulldir=appl/sample
mydir=sample
-MY_SUBDIRS = sclient sserver
+LOCAL_SUBDIRS = sclient sserver
BUILDTOP=$(REL)..$(S)..
diff --git a/src/appl/sample/sclient/ChangeLog b/src/appl/sample/sclient/ChangeLog
index 9263c7a..51a1094 100644
--- a/src/appl/sample/sclient/ChangeLog
+++ b/src/appl/sample/sclient/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-08 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (MY_SUBDIRS): Deleted.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in
index 6906bbf..868f678 100644
--- a/src/appl/sample/sclient/Makefile.in
+++ b/src/appl/sample/sclient/Makefile.in
@@ -1,7 +1,6 @@
thisconfigdir=./../..
myfulldir=appl/sample/sclient
mydir=sample/sclient
-MY_SUBDIRS=.
BUILDTOP=$(REL)..$(S)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD)
diff --git a/src/appl/sample/sserver/ChangeLog b/src/appl/sample/sserver/ChangeLog
index 838c0a3..902f203 100644
--- a/src/appl/sample/sserver/ChangeLog
+++ b/src/appl/sample/sserver/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-08 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (MY_SUBDIRS): Deleted.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
diff --git a/src/appl/sample/sserver/Makefile.in b/src/appl/sample/sserver/Makefile.in
index 0f59b0a..32e8864 100644
--- a/src/appl/sample/sserver/Makefile.in
+++ b/src/appl/sample/sserver/Makefile.in
@@ -1,7 +1,6 @@
thisconfigdir=./../..
myfulldir=appl/sample/sserver
mydir=sample/sserver
-MY_SUBDIRS=.
BUILDTOP=$(REL)..$(S)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD)