diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-10-11 23:09:08 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-10-11 23:09:08 +0000 |
| commit | cfd9623a02f50d1a8cc4e29a90f746fa0ef3b626 (patch) | |
| tree | 2043c114dce9223ee437fd7bfe40565a6ac02af6 /src | |
| parent | ab426d00054bd1bf8345eb26b8fa1eb5fafdc2ee (diff) | |
| download | krb5-cfd9623a02f50d1a8cc4e29a90f746fa0ef3b626.tar.gz krb5-cfd9623a02f50d1a8cc4e29a90f746fa0ef3b626.tar.xz krb5-cfd9623a02f50d1a8cc4e29a90f746fa0ef3b626.zip | |
* kbuild (MAKETARGETS): default to "all check" for make, but allow
override from config fragments.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4490 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/kbuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index d14b2c597..d76cbcb11 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 11 19:07:09 1994 Mark Eichin (eichin@cygnus.com) + + * kbuild (MAKETARGETS): default to "all check" for make, but allow + override from config fragments. + Mon Oct 3 23:36:12 1994 Theodore Y. Ts'o (tytso@dcl) * configure.in: Don't build unifdef directory --- we don't need it diff --git a/src/util/kbuild b/src/util/kbuild index 6b55518a1..7d24abe43 100644 --- a/src/util/kbuild +++ b/src/util/kbuild @@ -79,6 +79,7 @@ do done CONFIG_OPTS="-v" +MAKETARGETS="all check" # echo ==== THISCONF: ===== # cat $THISCONF # echo -------------------- @@ -153,7 +154,7 @@ echo "configuring with: $SRCDIR/configure $CONFIG_OPTS" $SRCDIR/configure $CONFIG_OPTS echo "Configuration done. Building using the command:" -echo " (setenv PATH $PATH; make)" +echo " (setenv PATH $PATH; make $MAKETARGETS)" echo " " -make +make $MAKETARGETS |
